# ex:ts=8
# New ports collection makefile for:	nettle
# Date created:			Dec 6, 2001
# Whom:				ijliao
#
# $FreeBSD: ports/security/nettle/Makefile,v 1.3 2002/04/18 08:20:50 ijliao Exp $
#

PORTNAME=	nettle
PORTVERSION=	1.5
PORTREVISIOIN=	1
CATEGORIES=	security
MASTER_SITES=	http://www.lysator.liu.se/~nisse/archive/ \
		ftp://ftp.lysator.liu.se/pub/security/lsh/

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	gmp.5:${PORTSDIR}/math/libgmp4

USE_LIBTOOL=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE=	yes

.include <bsd.port.mk>
