80f96b7eaf
better fix can be obtained upstream if someone cares enough to update the package.
21 lines
374 B
Makefile
21 lines
374 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/02/28 23:43:01 joerg Exp $
|
|
|
|
PKGREVISION= 1
|
|
|
|
.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++
|
|
|
|
USE_TOOLS+= pkg-config
|
|
PKGCONFIG_OVERRIDE+= fann.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|