aboutsummaryrefslogtreecommitdiff
path: root/sysutils/eiciel/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-11-26 17:18:32 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-11-26 17:18:32 +0000
commit5344e0d5987c73bb12bb9b7c95dbe7af926c3c7f (patch)
tree69a8cdd469944630f695dda4d9204e56188bc400 /sysutils/eiciel/Makefile
parentb5c8e43cd41c2d2b4efcd3d3e17e3a208f4ecbb7 (diff)
downloadports-5344e0d5987c73bb12bb9b7c95dbe7af926c3c7f.tar.gz
ports-5344e0d5987c73bb12bb9b7c95dbe7af926c3c7f.zip
sysutils/eiciel: update to 0.9.8.2
- Update to 0.9.8.2 - Allow staging - USES gettext gmake PR: ports/184222 Submitted by: KATO Tsuguru <tkato432 yahoo.com>
Notes
Notes: svn path=/head/; revision=334954
Diffstat (limited to 'sysutils/eiciel/Makefile')
-rw-r--r--sysutils/eiciel/Makefile31
1 files changed, 6 insertions, 25 deletions
diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile
index 6aa0a6f7596b..7a653234e72d 100644
--- a/sysutils/eiciel/Makefile
+++ b/sysutils/eiciel/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= eiciel
-PORTVERSION= 0.9.8.1
-PORTREVISION= 2
+PORTVERSION= 0.9.8.2
CATEGORIES= sysutils security
MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/
@@ -12,32 +11,14 @@ COMMENT= GNOME-based ACL editor, with integration into Nautilus
LICENSE= GPLv2
-LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24
-
USE_BZIP2= yes
-USES= pathfix pkgconfig
-USE_GNOME= gnomeprefix intlhack nautilus2 libgnomeui
-
-USE_GMAKE= yes
+USES= gettext gmake pathfix pkgconfig
+USE_GNOME= gnomeprefix gtkmm24 libgnome nautilus2
USE_AUTOTOOLS= libtool
+CONFIGURE_ARGS= --with-gnome-version=2 \
+ --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0
+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS= --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0
-
-MAN1= eiciel.1
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-post-install:
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>