1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/math/fann/Makefile
Wen Heping d91015f8f4 - Add LICENSE
PR:		223144
Submitted by:	yasu@utahime.org
Approved by:	maintainer
2017-10-30 01:43:55 +00:00

22 lines
401 B
Makefile

# Created by: Tz-Huan Huang <tzhuan@csie.org>
# $FreeBSD$
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>