aboutsummaryrefslogtreecommitdiffstats
path: root/security/libecc/Makefile
blob: 0b6b9e3da3f327f3d345c322ef62dad4570eb9d9 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# ex:ts=8
# Ports collection makefile for:    libecc
# Date created:         Oct 29, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   libecc
PORTVERSION=    0.11.0
PORTREVISION=   1
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

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

LIB_DEPENDS=    gmp.7:${PORTSDIR}/math/libgmp4

USE_GCC=    3.3+
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

CONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \
        CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include"

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
BROKEN=     "Does not compile on !i386"
.endif

.if ${OSVERSION} < 501103
# Work around bsd.port.mk bug: Does not currently set up MAKE_ENV for gcc 3.2 and 3.3
MAKE_ENV+=  CC="${CC}" CXX="${CXX}"
.endif

.include <bsd.port.post.mk>