aboutsummaryrefslogtreecommitdiff
path: root/sysutils/eiciel/Makefile
blob: 7a653234e72d6f9d1a5bb4e2579d3d32fb3e941b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: andreas@syndrom23.de
# $FreeBSD$

PORTNAME=	eiciel
PORTVERSION=	0.9.8.2
CATEGORIES=	sysutils security
MASTER_SITES=	http://rofi.roger-ferrer.org/eiciel/download/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GNOME-based ACL editor, with integration into Nautilus

LICENSE=	GPLv2

USE_BZIP2=	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

.include <bsd.port.mk>