freebsd-ports/graphics/pstoepsi/Makefile
2002-07-25 23:55:17 +00:00

40 lines
984 B
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
RUN_DEPENDS= pbmtoepsi:${PORTSDIR}/graphics/netpbm \
gs:${PORTSDIR}/print/ghostscript-gnu
NO_WRKSUBDIR= yes
.SILENT:
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>