Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
22 lines
634 B
Makefile
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"
|