1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/security/nettle2/Makefile

31 lines
652 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: nettle
# Date created: Dec 6, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= nettle
2002-02-01 11:17:36 +00:00
PORTVERSION= 1.5
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
ftp://ftp.lysator.liu.se/pub/security/lsh/
MAINTAINER= ports@FreeBSD.org
2002-06-25 07:09:44 +00:00
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
2002-02-01 11:17:36 +00:00
USE_GMAKE= yes
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*
.include <bsd.port.mk>