diff options
author | steve <steve@FreeBSD.org> | 1999-06-09 01:54:53 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-09 01:54:53 +0000 |
commit | 898f62798fb077e7acc7d581417e1bb18de3e16d (patch) | |
tree | 5b81b32b6a67fbde9a2a3aa959b1574676f6db45 /security/gpasman/Makefile | |
parent | bed28112487f73efbe9fbdea43e454438281f334 (diff) | |
download | FreeBSD-ports-898f62798fb077e7acc7d581417e1bb18de3e16d.zip FreeBSD-ports-898f62798fb077e7acc7d581417e1bb18de3e16d.tar.gz |
Initial import of gpasman version 1.1.3.
A password manager that stores password information encrypted.
PR: 11787
Submitted by: Dominik Brettnacher <domi@saargate.de>
Diffstat (limited to 'security/gpasman/Makefile')
-rw-r--r-- | security/gpasman/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/gpasman/Makefile b/security/gpasman/Makefile new file mode 100644 index 0000000..dd94097 --- /dev/null +++ b/security/gpasman/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: gpasman +# Version required: 1.1.3 +# Date created: Mon Mai 10 1999 +# Whom: domi@saargate.de +# +# $Id$ +# + +DISTNAME= gpasman-1.1.3 +CATEGORIES= security +MASTER_SITES= http://www.student.wau.nl/~olivier/gpasman/ + +MAINTAINER= domi@saargate.de + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +USE_GMAKE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |