freebsd-ports/security/libecc/Makefile

24 lines
468 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= libecc
2011-02-27 11:17:14 +01:00
PORTVERSION= 0.14.0
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= johans@FreeBSD.org
2003-02-20 20:00:52 +01:00
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>