diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /sysutils/eiciel/Makefile | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2 marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/eiciel/Makefile')
-rw-r--r-- | sysutils/eiciel/Makefile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile deleted file mode 100644 index ae781ce26..000000000 --- a/sysutils/eiciel/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: eiciel -# Date created: July 20, 2005 -# Whom: andreas@syndrom23.de -# -# $FreeBSD$ -# - -PORTNAME= eiciel -PORTVERSION= 0.9.4 -PORTREVISION= 3 -CATEGORIES= sysutils security -MASTER_SITES= http://rofi.pinchito.com/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= gnomeprefix gnomehack intlhack nautilus2 -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes - -MAN1= eiciel.1 - -.if defined(WITHOUT_NLS) -PLIST_SUB+= NLS="@comment " -CONFIGURE_ARGS+= --disable-nls -.else -PLIST_SUB+= NLS="" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -.endif - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e '/^libeiciel_nautilus_la_LDFLAGS/ s|= |= -avoid-version -module |' \ - ${WRKSRC}/src/Makefile.in - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> |