aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/imgtops/Makefile
blob: 3f70a7731a87f05d456c01510d1313dbafb192db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:   imgtops
# Date created:        17 Mar 2008
# Whom:                Timothy Bourke <timbob@bigpond.com>
#
# $FreeBSD$
#

PORTNAME=   imgtops
PORTVERSION=    1.0
PORTREVISION=   3
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>