summaryrefslogtreecommitdiff
path: root/math/fann/Makefile
blob: 132e59f2e6c788ab4bb6514ccabd3eea5d61ac08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	fann
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
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

.include <bsd.port.mk>