blob: f9075e061a9ff1b74d8fea0d82fac35e20d6b496 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.16 2005/04/11 21:47:13 tv Exp $
DISTNAME= mcrypt-2.6.4
PKGREVISION= 2
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_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"
|