svn commit: r379640 - head/multimedia/openquicktime

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 23 01:20:05 UTC 2015


Author: amdmi3
Date: Mon Feb 23 01:20:05 2015
New Revision: 379640
URL: https://svnweb.freebsd.org/changeset/ports/379640
QAT: https://qat.redports.org/buildarchive/r379640/

Log:
  - Add LICENSE
  - Strip libraries

Modified:
  head/multimedia/openquicktime/Makefile

Modified: head/multimedia/openquicktime/Makefile
==============================================================================
--- head/multimedia/openquicktime/Makefile	Mon Feb 23 01:19:57 2015	(r379639)
+++ head/multimedia/openquicktime/Makefile	Mon Feb 23 01:20:05 2015	(r379640)
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 MAINTAINER=	ports at 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>


More information about the svn-ports-head mailing list