summaryrefslogtreecommitdiffstats
path: root/security/gnome-keyring-manager/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /security/gnome-keyring-manager/Makefile
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-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/gnome-keyring-manager/Makefile')
-rw-r--r--security/gnome-keyring-manager/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/security/gnome-keyring-manager/Makefile b/security/gnome-keyring-manager/Makefile
deleted file mode 100644
index 3879741d4..000000000
--- a/security/gnome-keyring-manager/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: gnomekeyringmanager
-# Date created: 2004 12 July
-# Whom: Adam Weinberger <adamw@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/security/gnome-keyring-manager/Makefile,v 1.23 2006/09/05 00:57:56 ahze Exp $
-#
-
-PORTNAME= gnome-keyring-manager
-PORTVERSION= 2.16.0
-CATEGORIES= security gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME keyring manager
-
-LIB_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring
-
-USE_XLIB= yes
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-INSTALLS_OMF= yes
-USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui gnomedocutils
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= gnome-keyring-manager.1
-GCONF_SCHEMAS= gnome-keyring-manager.schemas
-
-.include <bsd.port.mk>