summaryrefslogtreecommitdiff
path: root/print/gimp-print-lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/gimp-print-lib/Makefile')
-rw-r--r--print/gimp-print-lib/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/print/gimp-print-lib/Makefile b/print/gimp-print-lib/Makefile
deleted file mode 100644
index 63823713be0..00000000000
--- a/print/gimp-print-lib/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2005/05/22 20:08:28 jlam Exp $
-
-DISTNAME= gimp-print-4.2.7
-PKGNAME= gimp-print-lib-4.2.7
-PKGREVISION= 1
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://gimp-print.sourceforge.net/
-COMMENT= Drivers for Canon, Epson, Lexmark, and PCL printers
-
-USE_TOOLS+= gmake lex
-USE_PKGLOCALEDIR= yes
-USE_LIBTOOL= yes
-INFO_FILES= gimpprint.info
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-cups
-CONFIGURE_ARGS+= --without-ghost
-CONFIGURE_ARGS+= --without-gimp
-CONFIGURE_ARGS+= --without-readline
-CONFIGURE_ARGS+= --without-translated-ppds
-CONFIGURE_ARGS+= --without-samples
-CONFIGURE_ARGS+= --disable-escputil
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"