summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/Makefile
diff options
context:
space:
mode:
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>