svn commit: r379508 - head/graphics/imgtops

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Feb 21 13:15:38 UTC 2015


Author: amdmi3
Date: Sat Feb 21 13:15:37 2015
New Revision: 379508
URL: https://svnweb.freebsd.org/changeset/ports/379508
QAT: https://qat.redports.org/buildarchive/r379508/

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/graphics/imgtops/Makefile

Modified: head/graphics/imgtops/Makefile
==============================================================================
--- head/graphics/imgtops/Makefile	Sat Feb 21 13:14:57 2015	(r379507)
+++ head/graphics/imgtops/Makefile	Sat Feb 21 13:15:37 2015	(r379508)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Create efficient Encapsulated Postscript files from images
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
 
 USES=			python
@@ -19,5 +22,6 @@ USE_PYTHON=		distutils
 post-install:
 	${CHMOD} 644 ${STAGEDIR}${MANPREFIX}/man/man1/imgtops.1
 	${CHMOD} 644 ${STAGEDIR}${MANPREFIX}/man/man1/epstoimg.1
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/imgtopslib/encoders.so
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list