Tweak audio/esperanza version 0.4.0.20091017_2
[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=   4
7 CATEGORIES=     graphics
8 MASTER_SITES=   SF
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Create efficient Encapsulated Postscript files from images
12
13 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
14
15 USES=                   python
16 USE_GHOSTSCRIPT_RUN=    yes
17 USE_PYTHON=             distutils
18
19 post-install:
20         ${CHMOD} 644 ${STAGEDIR}${MANPREFIX}/man/man1/imgtops.1
21         ${CHMOD} 644 ${STAGEDIR}${MANPREFIX}/man/man1/epstoimg.1
22
23 .include <bsd.port.mk>