2008-03-17 07:38:41 +01:00
|
|
|
# New ports collection makefile for: imgtops
|
|
|
|
# Date created: 17 Mar 2008
|
|
|
|
# Whom: Timothy Bourke <timbob@bigpond.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= imgtops
|
|
|
|
PORTVERSION= 1.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 3
|
2008-03-17 07:38:41 +01:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF
|
2008-03-17 07:38:41 +01:00
|
|
|
|
2011-12-20 06:20:00 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-03-17 07:38:41 +01:00
|
|
|
COMMENT= Create efficient Encapsulated Postscript files from images
|
|
|
|
|
|
|
|
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
|
|
|
|
|
|
|
|
USE_GHOSTSCRIPT_RUN= yes
|
|
|
|
USE_PYTHON= 2.2+
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
MAN1= imgtops.1 epstoimg.1
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${CHMOD} 644 ${MANPREFIX}/man/man1/imgtops.1
|
|
|
|
${CHMOD} 644 ${MANPREFIX}/man/man1/epstoimg.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|