freebsd-ports/graphics/pstoepsi/Makefile
Kris Kennaway 3c088f1b9a Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00

54 lines
1.3 KiB
Makefile

# New ports collection makefile for: pstoepsi
# Date created: 21 Jul 2002
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pstoepsi
PORTVERSION= 20020711
CATEGORIES= graphics
MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/tools/pstoepsi/
DISTFILES= pstoepsi README.this-site
DIST_SUBDIR= pstoepsi
EXTRACT_ONLY= #empty
MAINTAINER= mita@FreeBSD.org
COMMENT= Wiliam Chia-Wei Cheng's yet another PS to EPSI converter
BROKEN= "Checksum mismatch"
EXPIRATION_DATE=2004-08-20
DEPRECATED= ${BROKEN}
USE_GHOSTSCRIPT_RUN= yes
RUN_DEPENDS= pbmtoepsi:${PORTSDIR}/graphics/netpbm
NO_WRKSUBDIR= yes
.SILENT:
pre-fetch:
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
@${ECHO} ""
@${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use"
@${ECHO} " AFPL Postscript interpreter instead of GNU one"
@${ECHO} ""
.endif
pre-patch:
${CP} ${DISTDIR}/${DIST_SUBDIR}/pstoepsi ${WRKDIR}/pstoepsi.prefix
${CP} ${DISTDIR}/${DIST_SUBDIR}/README.this-site ${WRKDIR}
do-build:
${SED} -e "s+%%PREFIX%%+${PREFIX}+g" ${WRKDIR}/pstoepsi.prefix > \
${WRKDIR}/pstoepsi
${GZIP_CMD} ${WRKDIR}/README.this-site
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/pstoepsi ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/doc/pstoepsi
${INSTALL_DATA} ${WRKDIR}/README.this-site.gz \
${PREFIX}/share/doc/pstoepsi
.include <bsd.port.mk>