mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
5344e0d598
- Update to 0.9.8.2 - Allow staging - USES gettext gmake PR: ports/184222 Submitted by: KATO Tsuguru <tkato432 yahoo.com>
25 lines
615 B
Makefile
25 lines
615 B
Makefile
# 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>
|