pkgsrc/security/pwsafe/Makefile
agc 30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00

21 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.19 2017/01/19 18:52:24 agc Exp $
#
DISTNAME= pwsafe-0.2.0
PKGREVISION= 9
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pwsafe/}
MASTER_SITES+= http://nsd.dyndns.org/pwsafe/releases/
MAINTAINER= mishka@NetBSD.org
HOMEPAGE= http://nsd.dyndns.org/pwsafe/
COMMENT= CLI based PasswordSafe compatible password manager
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
.include "options.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"