diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /security/gpass/Makefile | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gpass/Makefile')
-rw-r--r-- | security/gpass/Makefile | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile deleted file mode 100644 index ada98217f..000000000 --- a/security/gpass/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gpass -# Date created: 2006-07-24 -# Whom: ports@c0decafe.net <ports@c0decafe.net> -# -# $FreeBSD$ -# - -PORTNAME= gpass -PORTVERSION= 0.5.1 -PORTREVISION= 2 -CATEGORIES= security gnome -MASTER_SITES= http://projects.netlab.jp/gpass/release/ - -MAINTAINER= ports@c0decafe.net -COMMENT= A password manager for GNOME2 - -LIB_DEPENDS= mcrypt:${PORTSDIR}/security/mcrypt \ - mhash:${PORTSDIR}/security/mhash - -USE_XLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" -USE_GMAKE= yes - -MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1 - -USE_GNOME= gnomehack gnomeprefix gtk20 libgnomeui intltool libglade2 -GCONF_SCHEMAS= gpass.schemas - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \ - ${WRKSRC}/configure - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> |