c62fe39354
105 pointy hats to: me Approved by: pat
22 lines
354 B
Makefile
22 lines
354 B
Makefile
# 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
|
|
|
|
USE_GCC= 3.1
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|