25 lines
597 B
Makefile
25 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.9 2008/07/15 15:33:46 mishka Exp $
|
|
#
|
|
|
|
DISTNAME= pwsafe-0.2.0
|
|
PKGREVISION= 2
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pwsafe/} \
|
|
http://nsd.dyndns.org/pwsafe/releases/
|
|
|
|
MAINTAINER= mishka@NetBSD.org
|
|
HOMEPAGE= http://nsd.dyndns.org/pwsafe/
|
|
COMMENT= CLI based PasswordSafe compatible password manager
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|