aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-08 10:33:09 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-08 10:33:09 +0800
commit4176800c35408f939a9bb5646bb6849b0e8dd119 (patch)
tree47d92c2b7612e88d094967080dfca70359058a8f /graphics
parente1aeb1efd8e620b722c4648dd278fb603dca94fa (diff)
downloadfreebsd-ports-gnome-4176800c35408f939a9bb5646bb6849b0e8dd119.tar.gz
freebsd-ports-gnome-4176800c35408f939a9bb5646bb6849b0e8dd119.tar.zst
freebsd-ports-gnome-4176800c35408f939a9bb5646bb6849b0e8dd119.zip
- Add LICENSE_FILE
- Strip binaries
Diffstat (limited to 'graphics')
-rw-r--r--graphics/seom/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/seom/Makefile b/graphics/seom/Makefile
index 3ed86377b672..a7a732e079b2 100644
--- a/graphics/seom/Makefile
+++ b/graphics/seom/Makefile
@@ -3,6 +3,7 @@
PORTNAME= seom
PORTVERSION= 2010011201
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= LOCAL/bms
@@ -10,6 +11,7 @@ MAINTAINER= ports@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/yasm
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
#