diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-02-20 19:31:51 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-02-20 19:31:51 +0000 |
commit | 45655d443662f5399c0df71eba73c1f6e1feb070 (patch) | |
tree | 4a491709c123950dd8d6c5178ecf6118355a77df /graphics/gimp/Makefile | |
parent | 49c88273c7566c17082324c1daba4b6ca98296cd (diff) | |
download | FreeBSD-ports-45655d443662f5399c0df71eba73c1f6e1feb070.zip FreeBSD-ports-45655d443662f5399c0df71eba73c1f6e1feb070.tar.gz |
Upgrade to 1.1.2.
Agreed by: asami
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 44 |
1 files changed, 20 insertions, 24 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index f8e4820..270a68f 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,46 +1,42 @@ # New ports collection makefile for: Gimp -# Version required: 1.0.2 +# Version required: 1.1.2 # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.51 1998/11/25 09:01:18 asami Exp $ +# $Id: Makefile,v 1.52 1999/01/23 07:05:22 vanilla Exp $ # -DISTNAME= gimp-1.0.2 +DISTNAME= gimp-1.1.2 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.0/v1.0.2/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gimp/v1.0/v1.0.2/ \ - http://www.ameth.org/gimp/pub/gimp/v1.0/v1.0.2/ -DISTFILES= gimp-1.0.2.tar.gz gimp-data-extras-1.0.0.tar.gz +MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.2/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.2/ \ + http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.2/ MAINTAINER= erich@FreeBSD.org -LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm -LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib -LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 -LIB_DEPENDS+= mpeg.1:${PORTSDIR}/graphics/mpeg-lib -LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png -LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff34 +BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext +RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ + aa.1:${PORTSDIR}/graphics/aalib \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \ + 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_ENV= CPPFLAGS="-I${LOCALBASE}/include \ - -I${LOCALBASE}/include" \ - GTK_CONFIG="${X11BASE}/bin/gtk10-config" \ - LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' +CONFIGURE_ARGS= --disable-perl +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ + LIBS="-L${LOCALBASE}/lib" \ + INSTALL_SCRIPT='$${INSTALL} -m 755' MAN1= gimp.1 gimptool.1 MAN3= gpc.3 -DATASTUFF= brushes palettes gradients patterns - post-install: - ${MKDIR} ${PREFIX}/share/gimp/; - cd ${WRKDIR}/gimp-data-extras-1.0.0; \ - tar -cf - --exclude '*Makefile*' ${DATASTUFF} |\ - (cd ${PREFIX}/share/gimp/; tar -xvf -) @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib @${CAT} ${PKGDIR}/MESSAGE |