diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-22 20:54:59 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-22 20:54:59 +0000 |
commit | 2d250bb95eac4419c2b2a81d30d1629c50a4ba4f (patch) | |
tree | 9c4bc08591050b7b536082be6db8392c913f8089 /x11-wm/e17-module-photo | |
parent | 3f57bf2285e342135340477d9404790fda157f15 (diff) | |
download | ports-2d250bb95eac4419c2b2a81d30d1629c50a4ba4f.tar.gz ports-2d250bb95eac4419c2b2a81d30d1629c50a4ba4f.zip |
Notes
Diffstat (limited to 'x11-wm/e17-module-photo')
-rw-r--r-- | x11-wm/e17-module-photo/Makefile | 16 | ||||
-rw-r--r-- | x11-wm/e17-module-photo/distinfo | 4 |
2 files changed, 12 insertions, 8 deletions
diff --git a/x11-wm/e17-module-photo/Makefile b/x11-wm/e17-module-photo/Makefile index 02207deea0a2..dc74b25f02e5 100644 --- a/x11-wm/e17-module-photo/Makefile +++ b/x11-wm/e17-module-photo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= photo -PORTVERSION= 20111128 +PORTVERSION= 20120918 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- @@ -10,22 +10,26 @@ PKGNAMEPREFIX= e17-module- MAINTAINER= gblach@FreeBSD.org COMMENT= An e17 photo slideshow module +LICENSE= GPLv2 + BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= pkgconfig USE_EFL= edje libtool_hack modarch_hack +USE_GNOME= pkgconfig + +.include <bsd.port.options.mk> -.if !defined(WITHOUT_NLS) +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes +CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else -CONFIGURE_ARGS= --disable-nls +CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif diff --git a/x11-wm/e17-module-photo/distinfo b/x11-wm/e17-module-photo/distinfo index 7084fb90be9e..752e9613a437 100644 --- a/x11-wm/e17-module-photo/distinfo +++ b/x11-wm/e17-module-photo/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/photo-20111128.tar.bz2) = e6df2594366a7abcbd8bad91debf8fde9aec863e9ead9f956ef042945a799361 -SIZE (e17/photo-20111128.tar.bz2) = 685048 +SHA256 (e17/photo-20120918.tar.bz2) = e7724095068f76e2101150c126396c7f4c5627f539b4493eae80815d41680f6b +SIZE (e17/photo-20120918.tar.bz2) = 704309 |