aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-22 13:09:24 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-22 13:09:24 +0800
commit54180a0e1aef63795f1befc5a9726d53f233a383 (patch)
tree097b21344dd520a78f7e18414baad66d76a58c18 /multimedia
parent085b2b90c682c0348dae73419edd8ed2b449b766 (diff)
downloadfreebsd-ports-gnome-54180a0e1aef63795f1befc5a9726d53f233a383.tar.gz
freebsd-ports-gnome-54180a0e1aef63795f1befc5a9726d53f233a383.tar.zst
freebsd-ports-gnome-54180a0e1aef63795f1befc5a9726d53f233a383.zip
- Add LICENSE
- Strip libraries
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xtheater/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/xtheater/Makefile b/multimedia/xtheater/Makefile
index 58dbb606baa0..3173935b2689 100644
--- a/multimedia/xtheater/Makefile
+++ b/multimedia/xtheater/Makefile
@@ -12,6 +12,9 @@ DISTNAME= Xtheater-${PORTVERSION:S/.p/-pre/}
MAINTAINER= ports@FreeBSD.org
COMMENT= MPEG-1 player in GTK+ capable of playing MPEG-1 format streams
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg
USE_SDL= sdl
@@ -36,4 +39,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/${file}
.endfor
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/Xtheater/*/*.so
+
.include <bsd.port.mk>