pkgsrc/security/mcrypt/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

22 lines
634 B
Makefile

# $NetBSD: Makefile,v 1.9 2003/06/02 01:17:15 jschauma Exp $
DISTNAME= mcrypt-2.6.4
CATEGORIES= security devel
MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/ \
ftp://mcrypt.hellug.gr/pub/mcrypt/old/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://mcrypt.hellug.gr/
COMMENT= replacement to crypt(1), supports many crypto algorithms
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../security/libmcrypt/buildlink2.mk"
.include "../../security/mhash/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"