1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/security/libecc/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

29 lines
550 B
Makefile

# ex:ts=8
# Ports collection makefile for: libecc
# Date created: Oct 29, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libecc
PORTVERSION= 0.14.0
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= johans@FreeBSD.org
COMMENT= C++ Elliptic Curve Library
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${PREFIX}/include -I${LOCALBASE}/include
LDFLAGS+= -L${PREFIX}/lib -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} 's@endian\.h@sys/&@' ${WRKSRC}/include/libecc/bitset.h
.include <bsd.port.mk>