freebsd-ports/graphics/xpeps/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

29 lines
638 B
Makefile

# Created by: petef@FreeBSD.org
# $FreeBSD$
PORTNAME= peps
PORTVERSION= 2.0
PORTREVISION= 1
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
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>