svn commit: r380724 - head/graphics/seom
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Mar 8 02:33:10 UTC 2015
Author: amdmi3
Date: Sun Mar 8 02:33:09 2015
New Revision: 380724
URL: https://svnweb.freebsd.org/changeset/ports/380724
QAT: https://qat.redports.org/buildarchive/r380724/
Log:
- Add LICENSE_FILE
- Strip binaries
Modified:
head/graphics/seom/Makefile
Modified: head/graphics/seom/Makefile
==============================================================================
--- head/graphics/seom/Makefile Sun Mar 8 02:29:37 2015 (r380723)
+++ head/graphics/seom/Makefile Sun Mar 8 02:33:09 2015 (r380724)
@@ -3,6 +3,7 @@
PORTNAME= seom
PORTVERSION= 2010011201
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= LOCAL/bms
@@ -10,6 +11,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Real-time capture library for OpenGL applications
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= not yet ported to anything except i386 and amd64
@@ -29,6 +31,12 @@ BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/y
post-patch:
@${ECHO_CMD} 1.0-196 > ${WRKSRC}/VERSION
+post-install:
+.for f in seom-filter seom-server seom-player
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f}
+.endfor
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libseom.so
+
#
# To roll snapshot: as bms: make BOOTSTRAP=defined fetch
#
More information about the svn-ports-all
mailing list