aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp-focusblur-plugin/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-02-10 16:38:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-02-10 16:38:03 +0000
commitda77d48a557b67b8c48bcc92f5b51621ed813457 (patch)
tree96723fdcf784ece354f93e0cb674d5a598cb9fdc /graphics/gimp-focusblur-plugin/Makefile
parent5e65e381b895fc1e4a000c0d20bfa0ee2934aa00 (diff)
downloadports-da77d48a557b67b8c48bcc92f5b51621ed813457.tar.gz
ports-da77d48a557b67b8c48bcc92f5b51621ed813457.zip
Notes
Diffstat (limited to 'graphics/gimp-focusblur-plugin/Makefile')
-rw-r--r--graphics/gimp-focusblur-plugin/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/gimp-focusblur-plugin/Makefile b/graphics/gimp-focusblur-plugin/Makefile
index 22d7b8f58da4..ddbe6555107d 100644
--- a/graphics/gimp-focusblur-plugin/Makefile
+++ b/graphics/gimp-focusblur-plugin/Makefile
@@ -6,19 +6,20 @@
#
PORTNAME= focusblur
-PORTVERSION= 3.2.4
-PORTREVISION= 4
+PORTVERSION= 3.2.6
CATEGORIES= graphics
-MASTER_SITES= http://sudakyo.hp.infoseek.co.jp/gimp/fblur/ \
- http://www.dindin.ru/download/
+MASTER_SITES= http://registry.gimp.org/files/
PKGNAMEPREFIX= gimp-
PKGNAMESUFFIX= -plugin
MAINTAINER= ports@FreeBSD.org
COMMENT= Gimp realistic focus blur plugin
-LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app \
- fftw3.5:${PORTSDIR}/math/fftw3
+LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 \
+ gimp-2.0:${PORTSDIR}/graphics/gimp-app
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USE_BZIP2= yes
@@ -31,7 +32,6 @@ PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS+= --disable-rpath
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes