1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/math/fann/Makefile
2014-03-10 16:25:33 +00:00

22 lines
477 B
Makefile

# Created by: Tz-Huan Huang <tzhuan@csie.org>
# $FreeBSD$
PORTNAME= fann
PORTVERSION= 2.2.0
CATEGORIES= math science
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
DISTNAME= FANN-2.2.0-Source
MAINTAINER= tzhuan@csie.org
COMMENT= Free open source neural network library
WRKSRC= ${WRKDIR}/FANN-2.2.0-Source
USES= cmake zip
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e 's|/lib/pkgconfig|/libdata/pkgconfig|g' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>