diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-10-16 15:29:32 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-10-16 15:29:32 +0000 |
commit | 13d4527a34237c3848445140a659128518ca196f (patch) | |
tree | a59de3287464c291f091b739fe407ba6df10c951 /graphics/pstoepsi/Makefile | |
parent | a12065703469e10f4f34b1e43555af92cfceaa6c (diff) |
Notes
Diffstat (limited to 'graphics/pstoepsi/Makefile')
-rw-r--r-- | graphics/pstoepsi/Makefile | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/graphics/pstoepsi/Makefile b/graphics/pstoepsi/Makefile deleted file mode 100644 index a414358708ef..000000000000 --- a/graphics/pstoepsi/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: Mita Yoshio <mita@jp.FreeBSD.org> -# $FreeBSD$ - -PORTNAME= pstoepsi -PORTVERSION= 20020711 -PORTREVISION= 6 -CATEGORIES= graphics -MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/tools/pstoepsi/ -DISTFILES= pstoepsi README.this-site -DIST_SUBDIR= pstoepsi -EXTRACT_ONLY= #empty - -MAINTAINER= ports@FreeBSD.org -COMMENT= Wiliam Chia-Wei Cheng's yet another PS to EPSI converter - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -RUN_DEPENDS= pbmtoepsi:graphics/netpbm - -USES= ghostscript:run -NO_WRKSUBDIR= yes -NO_ARCH= yes - -OPTIONS_DEFINE= DOCS - -post-extract: - @${CP} ${DISTDIR}/${DIST_SUBDIR}/pstoepsi ${WRKSRC}/pstoepsi.prefix - @${CP} ${DISTDIR}/${DIST_SUBDIR}/README.this-site ${WRKSRC} - -do-build: - ${SED} -e "s+%%PREFIX%%+${PREFIX}+g" ${WRKSRC}/pstoepsi.prefix > \ - ${WRKSRC}/pstoepsi - ${GZIP_CMD} ${WRKSRC}/README.this-site - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/pstoepsi ${STAGEDIR}${PREFIX}/bin - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.this-site.gz ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> |