pkgsrc/devel/fann/Makefile
joerg 80f96b7eaf Repeat after me: va_list is not a pointer. Bump revision. Slightly
better fix can be obtained upstream if someone cares enough to update
the package.
2015-02-28 23:43:01 +00:00

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"