2013-03-28 04:28:30 +01:00
|
|
|
# Created by: andreas@syndrom23.de
|
2005-07-24 21:08:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= eiciel
|
2012-01-29 00:15:57 +01:00
|
|
|
PORTVERSION= 0.9.8.1
|
2013-05-27 08:05:06 +02:00
|
|
|
PORTREVISION= 2
|
2005-07-24 21:08:22 +02:00
|
|
|
CATEGORIES= sysutils security
|
2007-12-18 19:37:20 +01:00
|
|
|
MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/
|
2005-07-24 21:08:22 +02:00
|
|
|
|
2007-10-09 15:04:26 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-05-27 08:05:06 +02:00
|
|
|
COMMENT= GNOME-based ACL editor, with integration into Nautilus
|
2005-07-24 21:08:22 +02:00
|
|
|
|
2010-09-18 17:57:39 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-05-27 08:05:06 +02:00
|
|
|
LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24
|
2012-01-29 00:15:57 +01:00
|
|
|
|
2005-07-24 21:08:22 +02:00
|
|
|
USE_BZIP2= yes
|
2013-04-23 16:20:25 +02:00
|
|
|
USES= pathfix pkgconfig
|
2013-03-28 04:28:30 +01:00
|
|
|
USE_GNOME= gnomeprefix intlhack nautilus2 libgnomeui
|
2012-01-29 00:15:57 +01:00
|
|
|
|
2007-02-15 11:15:33 +01:00
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2008-04-04 17:11:51 +02:00
|
|
|
CONFIGURE_ARGS= --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0
|
2005-07-24 21:08:22 +02:00
|
|
|
|
2008-04-26 16:50:44 +02:00
|
|
|
MAN1= eiciel.1
|
2005-07-24 21:08:22 +02:00
|
|
|
|
2013-05-06 11:07:58 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-26 12:44:28 +02:00
|
|
|
USES+= gettext
|
2012-01-29 00:15:57 +01:00
|
|
|
PLIST_SUB+= NLS=""
|
2013-05-06 11:07:58 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
2012-01-29 00:15:57 +01:00
|
|
|
.endif
|
|
|
|
|
2005-07-24 21:08:22 +02:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2010-09-18 17:57:39 +02:00
|
|
|
.include <bsd.port.mk>
|