diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-23 09:20:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-23 09:20:05 +0800 |
commit | c4e1e86c80c5112d7390f991882b087a02cdff4a (patch) | |
tree | 75fb10425053a64eb858fa056f197e80dfec0fc1 /multimedia/openquicktime | |
parent | bd110a70d9dbc1930cb9b442df9ecf5eb0acc49a (diff) | |
download | freebsd-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/Makefile | 6 |
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> |