summaryrefslogtreecommitdiffstats
path: root/graphics/gimp/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-05 01:05:48 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-05 01:05:48 +0800
commitd3211d59da0524c68b63c583b995f01016f45ff1 (patch)
treefa3574fac699b0fa2e1a19610f2b1d4b66ac04df /graphics/gimp/Makefile
parent9b1984e5658faa250d203a5758932dcaea56be99 (diff)
downloadmarcuscom-ports-d3211d59da0524c68b63c583b995f01016f45ff1.tar
marcuscom-ports-d3211d59da0524c68b63c583b995f01016f45ff1.tar.gz
marcuscom-ports-d3211d59da0524c68b63c583b995f01016f45ff1.tar.bz2
marcuscom-ports-d3211d59da0524c68b63c583b995f01016f45ff1.tar.lz
marcuscom-ports-d3211d59da0524c68b63c583b995f01016f45ff1.tar.xz
marcuscom-ports-d3211d59da0524c68b63c583b995f01016f45ff1.tar.zst
marcuscom-ports-d3211d59da0524c68b63c583b995f01016f45ff1.zip
Clean out graphics
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8594 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r--graphics/gimp/Makefile50
1 files changed, 0 insertions, 50 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
deleted file mode 100644
index 32dce94fa..000000000
--- a/graphics/gimp/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: The GIMP
-# Date created: Mon Nov 18 21:28:43 CST 1996
-# Whom: erich@FreeBSD.org
-#
-# $FreeBSD$
-# $MCom: ports/graphics/gimp/Makefile,v 1.8 2007/04/03 17:42:21 ahze Exp $
-#
-
-PORTNAME= gimp
-PORTVERSION?= 2.2
-PORTEPOCH?= 2
-CATEGORIES= graphics gnome
-MASTER_SITES?= # empty
-DISTFILES?= # empty
-EXTRACT_ONLY?= # empty
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= The "meta-port" for The Gimp
-
-RUN_DEPENDS= gimp-2.2:${PORTSDIR}/graphics/gimp-app
-
-OPTIONS= PRINT "Gutenprint (gimp-print) plugin" On \
- HELP "Install Gimp-Help (50+MB distfile)" Off
-
-NO_BUILD= yes
-
-.include <bsd.port.pre.mk>
-
-pre-everything::
- @if [ -n "`${PKG_INFO} -xI '^gimp-[0-9].[0-9].[0-9]*' 2>/dev/null`" ]; then \
- ${ECHO_CMD} "${PKGNAME}: Old version of gimp detected! Please see ${PORTSDIR}/UPDATING for information on upgrading ${PKGNAME}" ; \
- ${FALSE}; \
- fi
-
-
-.if defined(WITH_HELP)
-RUN_DEPENDS+= gimp-help>0:${PORTSDIR}/graphics/gimp-help
-.endif
-
-#.if defined(WITH_PYTHON)
-#RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp
-#.endif
-
-.if !defined(WITHOUT_PRINT)
-RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/print:${PORTSDIR}/print/gimp-gutenprint
-.endif
-
-do-install: # empty
-
-.include <bsd.port.post.mk>