summaryrefslogtreecommitdiff
path: root/print/apsfilter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/apsfilter/Makefile')
-rw-r--r--print/apsfilter/Makefile47
1 files changed, 0 insertions, 47 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
deleted file mode 100644
index d92a8101cb5..00000000000
--- a/print/apsfilter/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# $NetBSD: Makefile,v 1.19 2005/10/10 20:10:37 reed Exp $
-#
-
-DISTNAME= apsfilter-7.2.5
-PKGREVISION= 1
-CATEGORIES= print
-MASTER_SITES= http://www.apsfilter.org/download/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.apsfilter.org/
-COMMENT= Flexible magic filter for printing under Unix environment
-
-DEPENDS= recode-[0-9]*:../../converters/recode
-#DEPENDS+= html2ps-[0-9]*:../../print/html2ps
-DEPENDS+= transfig-[0-9]*:../../print/transfig
-DEPENDS+= jpeg>=6b:../../graphics/jpeg
-DEPENDS+= netpbm>=9.7nb1:../../graphics/netpbm
-DEPENDS+= a2ps-[0-9]*:../../print/a2ps
-DEPENDS+= psutils-[0-9]*:../../print/psutils
-
-WRKSRC= ${WRKDIR}/apsfilter
-HAS_CONFIGURE= YES
-USE_BZIP2= YES
-USE_PKGINSTALL= YES
-USE_TOOLS+= awk
-
-CONFIGURE_ARGS+=--prefix=${PREFIX}
-CONFIGURE_ARGS+=--with-shell=${SH}
-CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=--with-awk="${TOOLS_AWK}"
-
-PKG_SYSCONFSUBDIR?= apsfilter
-CONF_FILES= ${PREFIX}/share/apsfilter/template/apsfilterrc \
- ${PKG_SYSCONFDIR}/apsfilterrc
-
-DEINSTALL_EXTRA_TMPL= ${.CURDIR}/INSTALL
-INSTALL_EXTRA_TMPL= ${.CURDIR}/INSTALL
-
-post-patch:
- for i in bin/apsfilter.in SETUP.in tools/prtmgmt; do \
- ${SED} "s,/usr/local,${LOCALBASE},g" ${WRKSRC}/$$i \
- > ${WRKSRC}/$$i.done; \
- ${MV} ${WRKSRC}/$$i.done ${WRKSRC}/$$i; \
- done
-
-.include "../../mk/ghostscript.mk"
-.include "../../mk/bsd.pkg.mk"