aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/openquicktime
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-02-23 09:20:05 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-02-23 09:20:05 +0800
commitc4e1e86c80c5112d7390f991882b087a02cdff4a (patch)
tree75fb10425053a64eb858fa056f197e80dfec0fc1 /multimedia/openquicktime
parentbd110a70d9dbc1930cb9b442df9ecf5eb0acc49a (diff)
downloadfreebsd-ports-gnome-c4e1e86c80c5112d7390f991882b087a02cdff4a.tar.gz
freebsd-ports-gnome-c4e1e86c80c5112d7390f991882b087a02cdff4a.tar.zst
freebsd-ports-gnome-c4e1e86c80c5112d7390f991882b087a02cdff4a.zip
- Add LICENSE
- Strip libraries
Diffstat (limited to 'multimedia/openquicktime')
-rw-r--r--multimedia/openquicktime/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/openquicktime/Makefile b/multimedia/openquicktime/Makefile
index 7ce3ec25dcb1..8e56dd43b2a4 100644
--- a/multimedia/openquicktime/Makefile
+++ b/multimedia/openquicktime/Makefile
@@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= Portable library for handling Apple's QuickTime(TM) files
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
GNU_CONFIGURE= yes
@@ -36,4 +39,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|"m"|"g"|' \
${WRKSRC}/audioplugin/MP3/audioencoder/lame3.70/quantize-pvt.c
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
+
.include <bsd.port.mk>