mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
88f04d58f7
- Strip library
28 lines
667 B
Makefile
28 lines
667 B
Makefile
# Created by: Timothy Bourke <timbob@bigpond.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= imgtops
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= graphics
|
|
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
|
|
USE_GHOSTSCRIPT_RUN= yes
|
|
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>
|