diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-12-23 13:28:04 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-12-23 13:28:04 +0000 |
commit | 116b18d5bf15c805a8ebd01b9460286a75efbb62 (patch) | |
tree | 55436dd111adc4b7cb0e89d18bd3a26a3180fb81 /print/apsfilter/Makefile | |
parent | 8b4c69090ce0c2e7fb8b51404ee510f653ff8b50 (diff) |
Notes
Diffstat (limited to 'print/apsfilter/Makefile')
-rw-r--r-- | print/apsfilter/Makefile | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile deleted file mode 100644 index c31b491f023b..000000000000 --- a/print/apsfilter/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: apsfilter -# Date created: Tue Nov 14 18:29:48 MET 1995 -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# -# $FreeBSD$ -# - -PORTNAME= apsfilter -PORTVERSION= 5.4.2 -CATEGORIES= print -MASTER_SITES= http://www.apsfilter.org/download/ -PATCH_SITES= http://www.apsfilter.org/download/ -PATCHFILES= diff-5.4.2-09.12.2000.gz - -MAINTAINER= andreas@FreeBSD.org - -RUN_DEPENDS= recode:${PORTSDIR}/converters/recode -.if defined(BATCH) -RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript6 -RUN_DEPENDS+= html2ps:${PORTSDIR}/print/html2ps-letter -RUN_DEPENDS+= transfig:${PORTSDIR}/print/transfig -RUN_DEPENDS+= cjpeg:${PORTSDIR}/graphics/jpeg -RUN_DEPENDS+= anytopnm:${PORTSDIR}/graphics/netpbm -RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2 -RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter -RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba -RUN_DEPENDS+= pap:${PORTSDIR}/net/netatalk -.endif - -USE_BZIP2= yes -WRKSRC= ${WRKDIR}/apsfilter -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" - -# make a2ps port happy in this early stage -PAPERSIZE?=letter - -.if !defined(BATCH) -pre-configure: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif -.else -post-install: - @${MKDIR} ${PREFIX}/apsfilter/filter - @${TOUCH} ${PREFIX}/apsfilter/filter/.keep_me -.endif - -.include <bsd.port.mk> |