mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
4d25e7ca52
- Fix wrong patch for testing existence of PIL Approved by: maintainer via private mail
30 lines
688 B
Makefile
30 lines
688 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
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=${PORTNAME}
|
|
|
|
MAINTAINER= timbob@bigpond.com
|
|
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>
|