Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / imgtops / Makefile
1 # Created by: Timothy Bourke <timbob@bigpond.com>
2 # $FreeBSD$
3
4 PORTNAME=       imgtops
5 PORTVERSION=    1.0
6 PORTREVISION=   6
7 CATEGORIES=     graphics
8 MASTER_SITES=   SF
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Create efficient Encapsulated Postscript files from images
12
13 LICENSE=        MIT
14 LICENSE_FILE=   ${WRKSRC}/LICENSE
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow
17
18 USES=                   ghostscript:run python
19 USE_PYTHON=             distutils
20
21 post-install:
22         ${CHMOD} 644 ${STAGEDIR}${MANPREFIX}/man/man1/imgtops.1
23         ${CHMOD} 644 ${STAGEDIR}${MANPREFIX}/man/man1/epstoimg.1
24         ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/imgtopslib/encoders.so
25
26 .include <bsd.port.mk>