2013-09-21 00:55:24 +02:00
|
|
|
# Created by: ijliao
|
2002-10-29 18:01:03 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libecc
|
2011-02-27 11:17:14 +01:00
|
|
|
PORTVERSION= 0.14.0
|
2002-10-29 18:01:03 +01:00
|
|
|
CATEGORIES= security
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF
|
2002-10-29 18:01:03 +01:00
|
|
|
|
2010-02-23 19:07:14 +01:00
|
|
|
MAINTAINER= johans@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= C++ Elliptic Curve Library
|
2002-10-29 18:01:03 +01:00
|
|
|
|
2010-04-19 12:43:42 +02:00
|
|
|
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
|
2005-07-05 10:37:10 +02:00
|
|
|
|
2002-10-29 18:01:03 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 03:04:55 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-10-29 18:01:03 +01:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${PREFIX}/include -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${PREFIX}/lib -L${LOCALBASE}/lib
|
2005-07-05 10:37:10 +02:00
|
|
|
|
2008-04-11 16:32:59 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's@endian\.h@sys/&@' ${WRKSRC}/include/libecc/bitset.h
|
2004-03-14 04:04:39 +01:00
|
|
|
|
2008-04-11 16:32:59 +02:00
|
|
|
.include <bsd.port.mk>
|