summaryrefslogtreecommitdiff
path: root/devel/fann/Makefile
blob: 469a5da7aca0d25daab2cdc4f7f9ee045babe2e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.11 2022/07/25 11:12:21 wiz Exp $

PKGREVISION=		2

.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 cmake complains
USE_LANGUAGES+=	c++

PKGCONFIG_OVERRIDE+=	cmake/fann.pc.cmake

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