freebsd-ports/graphics/imgtops/Makefile
William Grzybowski b1fd1cd72f graphics/imgtops: switch from py-imaging to py-pillow
- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
2014-10-04 21:44:23 +00:00

23 lines
546 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
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
.include <bsd.port.mk>