1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/security/libecc/Makefile
Dmitry Marakasov 0357c9b32b - Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
2014-06-06 09:26:49 +00:00

26 lines
502 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= libecc
PORTVERSION= 0.14.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= johans@FreeBSD.org
COMMENT= C++ Elliptic Curve Library
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
USES= libtool
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>