aboutsummaryrefslogtreecommitdiff
path: root/security/libecc/Makefile
blob: d18860a584e4bec83190e2326cc8cf3c4e6e71d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: ijliao

PORTNAME=	libecc
PORTVERSION=	0.14.0
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	hrs@FreeBSD.org
COMMENT=	C++ Elliptic Curve Library

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>