summaryrefslogtreecommitdiff
path: root/graphics/gimp-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-devel/Makefile')
-rw-r--r--graphics/gimp-devel/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile
index 7a3f8f057327..28672dfbed27 100644
--- a/graphics/gimp-devel/Makefile
+++ b/graphics/gimp-devel/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: Gimp
-# Version required: 1.0.0
+# Version required: 1.0.1
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.46 1998/09/22 22:55:52 asami Exp $
+# $Id: Makefile,v 1.47 1998/09/23 00:51:58 vanilla Exp $
#
-DISTNAME= gimp-1.0.0
+DISTNAME= gimp-1.0.1
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.0/v1.0.0/ \
- ftp://ftp.cs.umn.edu/pub/gimp/gimp/v1.0/v1.0.0/ \
- http://www.ameth.org/gimp/pub/gimp/v1.0/v1.0.0/
-DISTFILES= gimp-1.0.0.tar.gz gimp-data-extras-1.0.0.tar.gz
+MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.0/v1.0.1/ \
+ ftp://ftp.cs.umn.edu/pub/gimp/gimp/v1.0/v1.0.1/ \
+ http://www.ameth.org/gimp/pub/gimp/v1.0/v1.0.1/
+DISTFILES= gimp-1.0.1.tar.gz gimp-data-extras-1.0.0.tar.gz
MAINTAINER= erich@FreeBSD.org
@@ -27,7 +27,7 @@ LIB_DEPENDS+= xdelta.0:${PORTSDIR}/misc/xdelta
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-
+CONFIGURE_ARGS= --with-xdelta=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/tiff34" \
LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755'
@@ -43,5 +43,6 @@ post-install:
tar -cf - --exclude '*Makefile*' ${DATASTUFF} |\
(cd ${PREFIX}/share/gimp/; tar -xvf -)
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+ @${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>