summaryrefslogtreecommitdiff
path: root/print/cupsomatic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/cupsomatic/Makefile')
-rw-r--r--print/cupsomatic/Makefile57
1 files changed, 0 insertions, 57 deletions
diff --git a/print/cupsomatic/Makefile b/print/cupsomatic/Makefile
deleted file mode 100644
index b2210f08764..00000000000
--- a/print/cupsomatic/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# $NetBSD: Makefile,v 1.19 2005/07/16 01:19:18 jlam Exp $
-
-DISTNAME= cupsomatic
-PKGNAME= ${DISTNAME}-2.2
-PKGREVISION= 2
-CATEGORIES= print
-EXTRACT_SUFX= # empty
-
-# Not sure why ${MASTER_SITE_LOCAL:=${PKGNAME}} doesn't work, but the
-# following does the correct substitution.
-#
-.for subdir in ${PKGNAME}
-MASTER_SITES= ${MASTER_SITE_LOCAL:=${subdir}/}
-.endfor
-
-# The definitive location of the distfile is at www.linuxprinting.org,
-# but this file has no revision number.
-#
-#MASTER_SITES+= http://www.linuxprinting.org/
-
-MAINTAINER= jlam@NetBSD.org
-HOMEPAGE= http://www.linuxprinting.org/cups-doc.html
-COMMENT= Foomatic CUPS printer filter
-
-CONFLICTS+= cupsomatic-200012??
-
-WRKSRC= ${WRKDIR}
-DIST_SUBDIR= ${PKGNAME_NOREV}
-
-DEPENDS+= cups>=1.1.14nb1:../../print/cups
-DEPENDS+= foomatic-gswrapper>=1.2:../../print/foomatic-gswrapper
-DEPENDS+= mpage-[0-9]*:../../print/mpage
-
-USE_TOOLS+= perl:run
-EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}/${DISTNAME}
-
-FILTERDIR= ${PREFIX}/libexec/cups/filter
-
-do-build:
- cd ${WRKSRC}; \
- for file in cupsomatic; do \
- ${SED} -e "s|/usr/bin/perl|${PERL5}|g" \
- -e "s|/usr/local|${LOCALBASE}|g" \
- -e "s|/etc/foomatic|${PKG_SYSCONFDIR}/foomatic|g" \
- $${file} > $${file}.fixed; \
- ${MV} $${file}.fixed $${file}; \
- done
-
-do-install:
- ${INSTALL_DATA_DIR} ${FILTERDIR}
- cd ${WRKSRC}; \
- for file in cupsomatic; do \
- ${INSTALL_SCRIPT} ${WRKSRC}/$${file} ${FILTERDIR}; \
- done
-
-.include "../../mk/ghostscript.mk"
-.include "../../mk/bsd.pkg.mk"