23 lines
458 B
Makefile
23 lines
458 B
Makefile
# New ports collection makefile for: fann
|
|
# Date created: 2007-03-04
|
|
# Whom: Tz-Huan Huang <tzhuan@csie.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fann
|
|
PORTVERSION= 2.1.0b
|
|
CATEGORIES= math science
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}eta
|
|
DISTNAME= fann-2.1.0beta
|
|
|
|
MAINTAINER= tzhuan@csie.org
|
|
COMMENT= A free open source neural network library
|
|
|
|
WRKSRC= ${WRKDIR}/fann-2.1.0
|
|
USE_ZIP= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|