freebsd-ports/graphics/xpeps/Makefile
Michael Osipov fcf68ae5ec */*: Bump PORTREVISION for Ghostscript 10 change
Reported by:	sunpoet
Approved by:	jrm (mentor), sunpoet
Differential Revision:	https://reviews.freebsd.org/D42412
2023-11-03 08:17:38 +01:00

27 lines
631 B
Makefile

PORTNAME= peps
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://peps.redprince.net/peps/ \
ftp://ftp.peps.redprince.net/unix/peps/
PKGNAMEPREFIX= x
MAINTAINER= doceng@FreeBSD.org
COMMENT= Converts EPS images to anti-aliased bitmaps with X11 support
WWW= http://peps.redprince.net/peps/
LICENSE= BSD2CLAUSE
RUN_DEPENDS= peps>=2.0_6:graphics/peps
USES= ghostscript:x11,run
MAKE_ENV= GSPATH="${LOCALBASE}/bin/gs" GZPATH="/usr/bin/gzip" \
ETC="${PREFIX}/etc"
ALL_TARGET= xpeps
PLIST_FILES= bin/xpeps
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xpeps ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>