freebsd-ports/graphics/imgtops/Makefile
Thomas Abthorpe 08d733d3d4 - Reassign to the heap do to mail bounce
<timbob@bigpond.com>: host extmail.bigpond.com[61.9.168.122] said: 550 5.1.1
   <timbob@bigpond.com> recipient rejected. IB603a (in reply to RCPT TO
   command)

Final-Recipient: rfc822; timbob@bigpond.com
Original-Recipient: rfc822;timbob@bigpond.com
Action: failed
Status: 5.1.1
Remote-MTA: dns; extmail.bigpond.com
Diagnostic-Code: smtp; 550 5.1.1 <timbob@bigpond.com> recipient rejected.

With hat:	portmgr
2011-12-20 05:20:00 +00:00

29 lines
648 B
Makefile

# New ports collection makefile for: imgtops
# Date created: 17 Mar 2008
# Whom: Timothy Bourke <timbob@bigpond.com>
#
# $FreeBSD$
#
PORTNAME= imgtops
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
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>