blob: cf8dda3afd24ff6db381210c552a66fb82d0584d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|