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.
21 lines
593 B
Makefile
21 lines
593 B
Makefile
# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:35 jlam Exp $
|
|
|
|
DISTNAME= mcrypt-2.6.4
|
|
PKGREVISION= 3
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/ \
|
|
ftp://mcrypt.hellug.gr/pub/mcrypt/old/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://mcrypt.hellug.gr/
|
|
COMMENT= Replacement to crypt(1), supports many crypto algorithms
|
|
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../security/libmcrypt/buildlink3.mk"
|
|
.include "../../security/mhash/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|