aboutsummaryrefslogtreecommitdiff
path: root/sysutils/eiciel/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-18 18:37:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-18 18:37:20 +0000
commita72f5504dd0aba007793251efb4734d3d74588bf (patch)
tree4c50c1aaad4cc359c5d4b522b709855b9d04ba7b /sysutils/eiciel/Makefile
parent5b92600edbf22fc5f049e9f99229b42440275a82 (diff)
- Update to 0.9.5.1
PR: 118616 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=204016
Diffstat (limited to 'sysutils/eiciel/Makefile')
-rw-r--r--sysutils/eiciel/Makefile24
1 files changed, 7 insertions, 17 deletions
diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile
index ae781ce26080..f580acfc4e59 100644
--- a/sysutils/eiciel/Makefile
+++ b/sysutils/eiciel/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= eiciel
-PORTVERSION= 0.9.4
-PORTREVISION= 3
+PORTVERSION= 0.9.5.1
CATEGORIES= sysutils security
-MASTER_SITES= http://rofi.pinchito.com/eiciel/download/
+MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A GNOME-based ACL editor, with integration into Nautilus
@@ -17,23 +16,14 @@ COMMENT= A GNOME-based ACL editor, with integration into Nautilus
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
USE_BZIP2= yes
-USE_GNOME= gnomeprefix gnomehack intlhack nautilus2
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
+USE_GNOME= gnomehack gnomeprefix intlhack nautilus2
+USE_GETTEXT= yes
USE_GMAKE= yes
-
-MAN1= eiciel.1
-
-.if defined(WITHOUT_NLS)
-PLIST_SUB+= NLS="@comment "
-CONFIGURE_ARGS+= --disable-nls
-.else
-PLIST_SUB+= NLS=""
+USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-.endif
-.include <bsd.port.pre.mk>
+MAN1= eiciel.1
post-patch:
@${REINPLACE_CMD} -e '/^libeiciel_nautilus_la_LDFLAGS/ s|= |= -avoid-version -module |' \
@@ -42,4 +32,4 @@ post-patch:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>