blob: 0dca9f1b9e8d8f97c1f5924735771467157fda9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.10 2003/07/13 13:53:11 wiz Exp $
DISTNAME= mcrypt-2.6.4
PKGREVISION= 1
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"
|