diff options
Diffstat (limited to 'security/gnome-keyring-manager/Makefile')
-rw-r--r-- | security/gnome-keyring-manager/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/security/gnome-keyring-manager/Makefile b/security/gnome-keyring-manager/Makefile deleted file mode 100644 index ec3b60c3c..000000000 --- a/security/gnome-keyring-manager/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gnomekeyringmanager -# Date created: 2004 12 July -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/security/gnomekeyringmanager/Makefile,v 1.18 2006/03/13 19:31:43 mezz Exp $ -# - -PORTNAME= gnomekeyringmanager -PORTVERSION= 2.14.0 -CATEGORIES= security gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-keyring-manager/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= gnome-keyring-manager-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME keyring manager - -LIB_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnomekeyring - -USE_X_PREFIX= yes -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui gnomedocutils -CONFIGURE_ARGS= --with-help-dir=${PREFIX}/share/gnome/help -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> |