diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-28 18:48:41 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-28 18:48:41 +0800 |
commit | 9b1b3476ed8460cc487962305a85ac2db2d4943a (patch) | |
tree | b1d114151205c0476749d9097d2d3193f5f76720 /sysutils/eiciel/Makefile | |
parent | 6f42da10646782853e16761f53f03026c1fa3f47 (diff) | |
download | marcuscom-ports-9b1b3476ed8460cc487962305a85ac2db2d4943a.tar marcuscom-ports-9b1b3476ed8460cc487962305a85ac2db2d4943a.tar.gz marcuscom-ports-9b1b3476ed8460cc487962305a85ac2db2d4943a.tar.bz2 marcuscom-ports-9b1b3476ed8460cc487962305a85ac2db2d4943a.tar.lz marcuscom-ports-9b1b3476ed8460cc487962305a85ac2db2d4943a.tar.xz marcuscom-ports-9b1b3476ed8460cc487962305a85ac2db2d4943a.tar.zst marcuscom-ports-9b1b3476ed8460cc487962305a85ac2db2d4943a.zip |
Depend on libgnomeui
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13063 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/eiciel/Makefile')
-rw-r--r-- | sysutils/eiciel/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile new file mode 100644 index 000000000..c55d4a78a --- /dev/null +++ b/sysutils/eiciel/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: eiciel +# Date created: July 20, 2005 +# Whom: andreas@syndrom23.de +# +# $FreeBSD: ports/sysutils/eiciel/Makefile,v 1.21 2009/08/02 19:35:34 mezz Exp $ +# + +PORTNAME= eiciel +PORTVERSION= 0.9.6.1 +PORTREVISION= 3 +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 + +LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 + +USE_BZIP2= yes +USE_GNOME= gnomehack gnomeprefix intlhack nautilus2 libgnomeui +USE_GETTEXT= yes +USE_GMAKE= yes +USE_AUTOTOOLS= libtool:22 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0 + +MAN1= eiciel.1 + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> |