opnsense-ports/security/libecc/Makefile
2022-09-07 22:33:21 +02:00

24 lines
454 B
Makefile

PORTNAME= libecc
PORTVERSION= 0.14.0
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= hrs@FreeBSD.org
COMMENT= C++ Elliptic Curve Library
WWW= http://libecc.sourceforge.net/
LICENSE= GPLv2+
LIB_DEPENDS= libgmp.so:math/gmp
USES= libtool localbase
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} 's@endian\.h@sys/&@' \
${WRKSRC}/include/libecc/bitset.h
.include <bsd.port.mk>