mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
39 lines
891 B
Makefile
39 lines
891 B
Makefile
# New ports collection makefile for: eiciel
|
|
# Date created: July 20, 2005
|
|
# Whom: andreas@syndrom23.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= eiciel
|
|
PORTVERSION= 0.9.8
|
|
CATEGORIES= sysutils security
|
|
MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A GNOME-based ACL editor, with integration into Nautilus
|
|
|
|
DEPRECATED= No more public distfiles
|
|
EXPIRATION_DATE= 2011-09-01
|
|
|
|
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnomehack gnomeprefix intlhack nautilus2 libgnomeui
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
MAN1= eiciel.1
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|