summaryrefslogtreecommitdiff
path: root/print/foomatic-gswrapper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/foomatic-gswrapper/Makefile')
-rw-r--r--print/foomatic-gswrapper/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/print/foomatic-gswrapper/Makefile b/print/foomatic-gswrapper/Makefile
deleted file mode 100644
index cf53967050e..00000000000
--- a/print/foomatic-gswrapper/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2003/03/29 12:42:15 jmmv Exp $
-
-DISTNAME= foomatic-gswrapper
-PKGNAME= foomatic-gswrapper-1.2
-PKGREVISION= 1
-WRKSRC= ${WRKDIR}
-CATEGORIES= print
-EXTRACT_SUFX= # empty
-MASTER_SITES= ${MASTER_SITE_LOCAL:=${PKGNAME_NOREV}/}
-
-# 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/gswrapper.html
-COMMENT= Foomatic Ghostscript Wrapper
-
-DIST_SUBDIR= ${PKGNAME_NOREV}
-
-USE_BUILDLINK2= YES
-EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}/${DISTNAME}
-
-REPLACE_PERL= ${DISTNAME}
-
-do-build: # nothing
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
-
-.include "../../lang/perl5/buildlink2.mk"
-.include "../../mk/ghostscript.mk"
-.include "../../mk/bsd.pkg.mk"