diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-09 04:41:55 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-09 04:41:55 +0800 |
commit | 4a487ac82eb2cc70811a191121c207ca558843b7 (patch) | |
tree | e11d667ce0f8fc2e52b3337ffb8d1c6e2fd36e8f /security/gnomekeyring/Makefile | |
parent | 8c8ce322b43e03a338f9f19aa1a2036364d1b7e0 (diff) | |
download | marcuscom-ports-4a487ac82eb2cc70811a191121c207ca558843b7.tar marcuscom-ports-4a487ac82eb2cc70811a191121c207ca558843b7.tar.gz marcuscom-ports-4a487ac82eb2cc70811a191121c207ca558843b7.tar.bz2 marcuscom-ports-4a487ac82eb2cc70811a191121c207ca558843b7.tar.lz marcuscom-ports-4a487ac82eb2cc70811a191121c207ca558843b7.tar.xz marcuscom-ports-4a487ac82eb2cc70811a191121c207ca558843b7.tar.zst marcuscom-ports-4a487ac82eb2cc70811a191121c207ca558843b7.zip |
Add gnomekeyring, a program to manage passwords and other secrets.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1411 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnomekeyring/Makefile')
-rw-r--r-- | security/gnomekeyring/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/gnomekeyring/Makefile b/security/gnomekeyring/Makefile new file mode 100644 index 000000000..d2d38102e --- /dev/null +++ b/security/gnomekeyring/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gnomekeyring +# Date Created: 08 December 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gnomekeyring +PORTVERSION= 0.1 +CATEGORIES= security gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-keyring/0.1 +DISTNAME= gnome-keyring-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A program that keeps passwords and other secrets + +USE_X_PREFIX= yes +USE_BZIP2= yes +USE_GNOME= gnomehack gtk20 +USE_GMAKE= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> |