aboutsummaryrefslogtreecommitdiff
path: root/sysutils/eiciel/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-01-28 23:15:57 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-01-28 23:15:57 +0000
commit7c76c7fad57f0e56f781f37664a36634dffa5d2f (patch)
tree37359b90da665deee32f54bd4df346f9f6ec0667 /sysutils/eiciel/Makefile
parentb8684577d63933911ff76ec5142b076d7c2111e1 (diff)
downloadports-7c76c7fad57f0e56f781f37664a36634dffa5d2f.tar.gz
ports-7c76c7fad57f0e56f781f37664a36634dffa5d2f.zip
- Update to version 0.9.8.1
- Put LICENSE in correct place - Add support for WITHOUT_NLS
Notes
Notes: svn path=/head/; revision=289991
Diffstat (limited to 'sysutils/eiciel/Makefile')
-rw-r--r--sysutils/eiciel/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile
index 4c2c839e7ef9..1c40b566d5e5 100644
--- a/sysutils/eiciel/Makefile
+++ b/sysutils/eiciel/Makefile
@@ -6,20 +6,20 @@
#
PORTNAME= eiciel
-PORTVERSION= 0.9.8
+PORTVERSION= 0.9.8.1
CATEGORIES= sysutils security
MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A GNOME-based ACL editor, with integration into Nautilus
-LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
-
LICENSE= GPLv2
+LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
+
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix intlhack nautilus2 libgnomeui
-USE_GETTEXT= yes
+
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
@@ -29,6 +29,14 @@ MAKE_JOBS_SAFE= yes
MAN1= eiciel.1
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+= NLS="@comment "
+.else
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.endif
+
post-install:
@${CAT} ${PKGMESSAGE}