mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
29 lines
626 B
Makefile
29 lines
626 B
Makefile
# Created by: petef@FreeBSD.org
|
|
|
|
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>
|