1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/math/fann/Makefile
2021-04-06 16:31:07 +02:00

21 lines
389 B
Makefile

# Created by: Tz-Huan Huang <tzhuan@csie.org>
PORTNAME= fann
PORTVERSION= 2.2.0
CATEGORIES= math science
MASTER_SITES= SF
DISTNAME= FANN-2.2.0-Source
MAINTAINER= tzhuan@csie.org
COMMENT= Free open source neural network library
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.txt
WRKSRC= ${WRKDIR}/FANN-2.2.0-Source
USES= cmake pathfix zip
USE_LDCONFIG= yes
.include <bsd.port.mk>