2001-12-06 10:02:25 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: nettle
|
|
|
|
# Date created: Dec 6, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nettle
|
2003-05-08 07:00:10 +02:00
|
|
|
PORTVERSION= 1.7
|
2001-12-06 10:02:25 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
|
|
|
|
ftp://ftp.lysator.liu.se/pub/security/lsh/
|
|
|
|
|
2003-05-08 07:00:10 +02:00
|
|
|
MAINTAINER= jim@corebsd.or.id
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A low-level cryptographic library
|
2001-12-06 10:02:25 +01:00
|
|
|
|
2002-06-25 09:09:44 +02:00
|
|
|
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
|
2002-02-01 12:17:36 +01:00
|
|
|
|
2001-12-06 10:02:25 +01:00
|
|
|
USE_GMAKE= yes
|
2003-05-08 07:00:10 +02:00
|
|
|
USE_OPENSSL= yes
|
2002-09-20 08:42:08 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
MAKEINFO="makeinfo --no-split"
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${RM} -f ${WRKSRC}/nettle.info*
|
2001-12-06 10:02:25 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|