pkgsrc/security/MyPasswordSafe/Makefile
wiz f45a09f8f6 PKGREVISION bump for png-1.4.x shlib change.
(missed those and *emacs* the first time round because they pull
in their png dependencies via default-on options; they were included
in the test bulk build though)
2010-06-14 15:33:12 +00:00

26 lines
650 B
Makefile

# $NetBSD: Makefile,v 1.17 2010/06/14 15:33:14 wiz Exp $
#
DISTNAME= MyPasswordSafe-20061216
PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.semanticgap.com/myps/release/
DISTFILES= ${DISTNAME}.src.tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.semanticgap.com/myps/
COMMENT= Easy-to-use password manager
PKG_DESTDIR_SUPPORT= user-destdir
.include "options.mk"
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
MAKE_FLAGS+= QMAKE=${QTDIR:Q}/bin/qmake
INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
.include "../../x11/libXScrnSaver/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"