diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-11-13 01:20:57 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-11-13 01:20:57 +0000 |
commit | 7de78079d80776005dff9a6d974f60dd8dc41db9 (patch) | |
tree | 33209d146874e132acd41ff053922a168fe9ff78 /graphics/gimp-app-devel/Makefile | |
parent | 272654bfb9dc704fdb0240c0f212a09b1505e05f (diff) | |
download | FreeBSD-ports-7de78079d80776005dff9a6d974f60dd8dc41db9.zip FreeBSD-ports-7de78079d80776005dff9a6d974f60dd8dc41db9.tar.gz |
Upgrade to 1.1.29, split gimp-perl to p5-Gimp (coming soon).
Diffstat (limited to 'graphics/gimp-app-devel/Makefile')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 30 |
1 files changed, 4 insertions, 26 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index df0f3e8..171cfb3 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gimp -PORTVERSION= 1.1.27 +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}/ \ @@ -28,41 +28,19 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes USE_GTK= yes -#WANT_GNOME= 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= gimp.1 gimptool.1 gimp-remote.1 +MAN1= escputil.1 gimp.1 gimptool.1 gimp-remote.1 MAN5= gimprc.5 -.if defined(WITH_PERL) -PERL_DEPENDS= perldl:${PORTSDIR}/math/PDL \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent -BUILD_DEPENDS+= ${PERL_DEPENDS} -RUN_DEPENDS+= ${PERL_DEPENDS} -PLIST_SUB+= PERL:="" -.else -CONFIGURE_ARGS= --disable-perl -PLIST_SUB+= PERL:="@comment " -pre-fetch: - @${ECHO} -n "If you want to compile with perl support use " - @${ECHO} "'make -DWITH_PERL' instead" -.endif - -.include <bsd.port.pre.mk> - -#.if defined(HAVE_GNOME) -#USE_GNOME= yes -#.endif - post-install: ${INSTALL_SCRIPT} ${FILESDIR}/gimp.setfont ${PREFIX}/bin @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |