- Add LICENSE
- Strip library
This commit is contained in:
parent
0b9e0fa63d
commit
88f04d58f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379508
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,9 @@ MASTER_SITES= SF
|
|||
MAINTAINER= ports@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>
|
||||
|
|
Loading…
Reference in a new issue