Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / xpeps / Makefile
1 # Created by: petef@FreeBSD.org
2 # $FreeBSD$
3
4 PORTNAME=       peps
5 PORTVERSION=    2.0
6 PORTREVISION=   1
7 CATEGORIES=     graphics
8 MASTER_SITES=   http://peps.redprince.net/peps/ \
9                 ftp://ftp.peps.redprince.net/unix/peps/
10 PKGNAMEPREFIX=  x
11
12 MAINTAINER=     doceng@FreeBSD.org
13 COMMENT=        Converts EPS images to anti-aliased bitmaps with X11 support
14
15 LICENSE=        BSD2CLAUSE
16
17 RUN_DEPENDS=    peps>=2.0_6:graphics/peps
18
19 USES=           ghostscript:x11,run
20 MAKE_ENV=       GSPATH="${LOCALBASE}/bin/gs" GZPATH="/usr/bin/gzip" \
21                 ETC="${PREFIX}/etc"
22 ALL_TARGET=     xpeps
23
24 PLIST_FILES=    bin/xpeps
25
26 do-install:
27         ${INSTALL_PROGRAM} ${WRKSRC}/xpeps ${STAGEDIR}${PREFIX}/bin
28
29 .include <bsd.port.mk>