summaryrefslogblamecommitdiff
path: root/security/libecc/Makefile
blob: df55f211cd7b78b83c8ca787a425ca753aecf1c0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                              
                                          





                      
# ex:ts=8
# Ports collection makefile for:	libecc
# Date created:			Oct 29, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	libecc
PORTVERSION=	0.3.0
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

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

USE_GCC=	3.1
GNU_CONFIGURE=	yes
INSTALLS_SHLIB=	yes

.include <bsd.port.mk>