summaryrefslogtreecommitdiffstats
path: root/print/gutenprint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/gutenprint/Makefile')
-rw-r--r--print/gutenprint/Makefile55
1 files changed, 0 insertions, 55 deletions
diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile
deleted file mode 100644
index 3a2a6803d..000000000
--- a/print/gutenprint/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# ports collection makefile for: gimp-print
-# Date Created: 2002 01 02
-# Whom: dgilbert@velocet.ca
-#
-# $FreeBSD$
-# $MCom: ports/print/gutenprint/Makefile,v 1.7 2007/03/30 16:42:46 ahze Exp $
-#
-
-PORTNAME= gutenprint
-PORTVERSION= 5.1
-PORTREVISION= 1
-CATEGORIES= print
-MASTER_SITES= # empty
-DISTFILES= # empty
-EXTRACT_ONLY= # empty
-
-MAINTAINER= ahze@FreeBSD.org
-COMMENT= The "meta-port" for GutenPrint
-
-RUN_DEPENDS= gutenprint-base>0:${PORTSDIR}/print/gutenprint-base
-
-OPTIONS= CUPS "GutenPrint (gimp-print) Cups Drivers" Off \
- GIMP "GutenPrint Plugin for the GIMP (gimp-print)" Off \
- IJS "IJS GhostScript Drivers" On \
- FOOMATIC "Foomatic data files" Off
-
-NO_BUILD= yes
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_CUPS)
-RUN_DEPENDS+= gutenprint-cups>0:${PORTSDIR}/print/gutenprint-cups
-.endif
-
-.if defined(WITH_GIMP)
-RUN_DEPENDS+= gimp-gutenprint>0:${PORTSDIR}/print/gimp-gutenprint
-.endif
-
-.if !defined(WITHOUT_IJS)
-RUN_DEPENDS+= gutenprint-ijs>0:${PORTSDIR}/print/gutenprint-ijs
-.endif
-
-.if defined(WITH_FOOMATIC)
-RUN_DEPENDS+= gutenprint-foomatic>0:${PORTSDIR}/print/gutenprint-foomatic
-.endif
-
-pre-everything::
- @if [ -n "`${PKG_INFO} -xI '^gutenprint-[0-9].[0-9].[0-9]*' 2>/dev/null`" ]; then \
- ${ECHO_CMD} "${PKGNAME}: Old version of gutenprint detected! Please see ${PORTSDIR}/UPDATING for information on upgrading ${PKGNAME}" ; \
- ${FALSE}; \
- fi
-
-do-install: # empty
-
-.include <bsd.port.post.mk>