diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-13 06:47:40 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-13 06:47:40 +0800 |
commit | cf07a27801098c08ac6512a49f55198acbfc8079 (patch) | |
tree | c0e1c9d19f8e52c462b3095319d8f8e48eb4496e /security/gnomekeyringmanager/Makefile | |
parent | bb55fd3323cdfbb81dd1e412011a241c2752ee09 (diff) | |
download | marcuscom-ports-cf07a27801098c08ac6512a49f55198acbfc8079.tar marcuscom-ports-cf07a27801098c08ac6512a49f55198acbfc8079.tar.gz marcuscom-ports-cf07a27801098c08ac6512a49f55198acbfc8079.tar.bz2 marcuscom-ports-cf07a27801098c08ac6512a49f55198acbfc8079.tar.lz marcuscom-ports-cf07a27801098c08ac6512a49f55198acbfc8079.tar.xz marcuscom-ports-cf07a27801098c08ac6512a49f55198acbfc8079.tar.zst marcuscom-ports-cf07a27801098c08ac6512a49f55198acbfc8079.zip |
Update to 2.14.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5882 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnomekeyringmanager/Makefile')
-rw-r--r-- | security/gnomekeyringmanager/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/gnomekeyringmanager/Makefile b/security/gnomekeyringmanager/Makefile new file mode 100644 index 000000000..5f03a2327 --- /dev/null +++ b/security/gnomekeyringmanager/Makefile @@ -0,0 +1,36 @@ +# 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.14 2005/09/07 14:54:53 adamw Exp $ +# + +PORTNAME= gnomekeyringmanager +PORTVERSION= 2.14.0 +CATEGORIES= security gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-keyring-manager/2.14 +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> |