2005-07-24 21:08:22 +02:00
|
|
|
# New ports collection makefile for: eiciel
|
|
|
|
# Date created: July 20, 2005
|
|
|
|
# Whom: andreas@syndrom23.de
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= eiciel
|
2007-12-18 19:37:20 +01:00
|
|
|
PORTVERSION= 0.9.5.1
|
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
|
2005-07-24 21:08:22 +02:00
|
|
|
COMMENT= A GNOME-based ACL editor, with integration into Nautilus
|
|
|
|
|
2007-02-12 21:03:42 +01:00
|
|
|
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
2005-07-24 21:08:22 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2007-12-18 19:37:20 +01:00
|
|
|
USE_GNOME= gnomehack gnomeprefix intlhack nautilus2
|
|
|
|
USE_GETTEXT= yes
|
2007-02-15 11:15:33 +01:00
|
|
|
USE_GMAKE= yes
|
2007-12-18 19:37:20 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-07-24 21:08:22 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2007-12-18 19:37:20 +01:00
|
|
|
MAN1= eiciel.1
|
2005-07-24 21:08:22 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^libeiciel_nautilus_la_LDFLAGS/ s|= |= -avoid-version -module |' \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2007-12-18 19:37:20 +01:00
|
|
|
.include <bsd.port.mk>
|