developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
23 lines
564 B
Makefile
23 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:33 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= bcrypt-1.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://bcrypt.sourceforge.net/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://bcrypt.sourceforge.net/
|
|
COMMENT= Cross platform file encryption utility
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
BUILD_TARGET= bcrypt
|
|
|
|
INSTALLATION_DIRS= bin man/man1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bcrypt ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/bcrypt.1 ${PREFIX}/man/man1
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|