blob: f045f275e1198346ea58584e773c8d7d512200a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.4 2001/09/27 23:18:39 jlam Exp $
DISTNAME= mcrypt-2.5.5
CATEGORIES= security devel
MASTER_SITES= http://mcrypt.hellug.gr/mcrypt/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://mcrypt.hellug.gr/
COMMENT= replacement to crypt(1), supports bunch of algorithms
DEPENDS+= libmcrypt-[0-9]*:../../security/libmcrypt
DEPENDS+= mhash-[0-9]*:../../security/mhash
USE_LIBTOOL= yes
USE_LIBINTL= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
.include "../../mk/bsd.pkg.mk"
|