aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp-app/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
commitb919b8311bc5d38e5731d40525c88c54816f4530 (patch)
tree35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /graphics/gimp-app/Makefile
parentbf79fcb3d24148c21b1850f690d90d8250e040e1 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Notes
Notes: svn path=/head/; revision=18827 svn path=/tags/RELEASE_3_2_0/; revision=18828; tag=release/3.2.0
Diffstat (limited to 'graphics/gimp-app/Makefile')
-rw-r--r--graphics/gimp-app/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
deleted file mode 100644
index 0e41227459ea..000000000000
--- a/graphics/gimp-app/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: Gimp
-# Version required: 1.1.2
-# Date created: Mon Nov 18 21:28:43 CST 1996
-# Whom: erich@FreeBSD.org
-#
-# $Id: Makefile,v 1.54 1999/03/19 04:39:51 nectar Exp $
-#
-
-DISTNAME= gimp-1.1.2
-CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/old/v1.1.2/ \
- ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/old/v1.1.2/ \
- http://www.ameth.org/gimp/pub/gimp/unstable/old/v1.1.2/
-
-MAINTAINER= erich@FreeBSD.org
-
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
- aa.1:${PORTSDIR}/graphics/aalib \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
- gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
- mpeg.1:${PORTSDIR}/graphics/mpeg-lib \
- png.3:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff34
-
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_ARGS= --disable-perl
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
- LIBS="-L${LOCALBASE}/lib" \
- INSTALL_SCRIPT='$${INSTALL} -m 755'
-
-MAN1= gimp.1 gimptool.1
-MAN3= gpc.3
-
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
- @${CAT} ${PKGDIR}/MESSAGE
-
-.include <bsd.port.mk>