summaryrefslogtreecommitdiff
path: root/graphics/gimp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r--graphics/gimp/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
deleted file mode 100644
index 171cfb3f66ad..000000000000
--- a/graphics/gimp/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: The GIMP
-# Date created: Mon Nov 18 21:28:43 CST 1996
-# Whom: erich@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= gimp
-PORTVERSION= 1.1.29
-CATEGORIES= graphics gnome
-MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
- ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
- ftp://ftp.ameth.org/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
- ftp://ftp.gimp.org/pub/gimp/unstable/old/v${PORTVERSION}/
-
-MAINTAINER= vanilla@FreeBSD.org
-
-LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
- mpeg.1:${PORTSDIR}/graphics/mpeg-lib \
- png.4:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff
-
-SHLIBVER?= ${PORTVERSION:S/1.//g}
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_XPM= yes
-USE_GMAKE= yes
-USE_GTK= yes
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-LIBTOOLFLAGS= --disable-ltlibs --release-ignore
-PLIST_SUB= SHLIBVER="${SHLIBVER}"
-CONFIGURE_ARGS= --disable-perl
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-MAN1= escputil.1 gimp.1 gimptool.1 gimp-remote.1
-MAN5= gimprc.5
-
-post-install:
- ${INSTALL_SCRIPT} ${FILESDIR}/gimp.setfont ${PREFIX}/bin
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>