pkgsrc/security/mcrypt/Makefile

20 lines
530 B
Makefile

# $NetBSD: Makefile,v 1.2 2001/02/17 17:49:52 wiz 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-*:../../security/libmcrypt
DEPENDS+= mhash-*:../../security/mhash
USE_LIBTOOL= yes
USE_LIBINTL= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
.include "../../mk/bsd.pkg.mk"