summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-11-13 01:20:57 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-11-13 01:20:57 +0000
commit763cddd5c5059b7d469de525718fdf7561dc0f10 (patch)
tree3bd332be13fa1a7f1d71ede02257b09a459ed9f5 /graphics/gimp-app-devel/Makefile
parentBump PORTREVISION, add ipv6 to CATEGORIES. (diff)
Upgrade to 1.1.29, split gimp-perl to p5-Gimp (coming soon).
Notes
Notes: svn path=/head/; revision=35050
Diffstat (limited to 'graphics/gimp-app-devel/Makefile')
-rw-r--r--graphics/gimp-app-devel/Makefile30
1 files changed, 4 insertions, 26 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile
index df0f3e85a28c..171cfb3f66ad 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>