summaryrefslogtreecommitdiff
path: root/security/MyPasswordSafe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/MyPasswordSafe/Makefile')
-rw-r--r--security/MyPasswordSafe/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/MyPasswordSafe/Makefile b/security/MyPasswordSafe/Makefile
new file mode 100644
index 00000000000..7273eb979e7
--- /dev/null
+++ b/security/MyPasswordSafe/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/06 00:13:19 wiz Exp $
+#
+
+DISTNAME= MyPasswordSafe-20041001.src
+PKGNAME= MyPasswordSafe-20041001
+CATEGORIES= security
+MASTER_SITES= http://www.semanticgap.com/myps/release/devel/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.semanticgap.com/myps/
+COMMENT= Easy-to-use password manager
+
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+MAKE_FLAGS+= QMAKE=${QTDIR:Q}/bin/qmake
+
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../x11/qt3-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"