aboutsummaryrefslogtreecommitdiff
path: root/print/gutenprint-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/gutenprint-base/Makefile')
-rw-r--r--print/gutenprint-base/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile
deleted file mode 100644
index b17f432f99e2..000000000000
--- a/print/gutenprint-base/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# ports collection makefile for: gimp-print
-# Date Created: 2002 01 02
-# Whom: dgilbert@velocet.ca
-
-# $FreeBSD$
-
-PORTNAME= gimp-print
-PORTVERSION= 4.2.0
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= dgilbert@velocet.ca
-
-RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp1
-LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-cups --with-ghost
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
-
-MAN1= escputil.1 gimpprint-config.1
-MAN3= gimpprint.3
-MAN8= cups-calibrate.8
-
-.include <bsd.port.mk>