summaryrefslogtreecommitdiff
path: root/devel/fann/Makefile
blob: 21feff8e87b1c58f1cabbae25293185621229eae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.5 2014/01/22 01:17:27 gdt Exp $

.include "Makefile.common"

COMMENT=		Fast Artificial Neural Network

LICENSE=		gnu-lgpl-v2.1

USE_TOOLS+=		cmake
USE_CMAKE=		yes
USE_LANGUAGES+=		c99
# Perhaps not, but camke complains
USE_LANGUAGES+=		 c++

USE_TOOLS+=		pkg-config
PKGCONFIG_OVERRIDE+=	fann.pc.in

.include "../../mk/bsd.pkg.mk"