summaryrefslogtreecommitdiff
path: root/devel/fann/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fann/Makefile')
-rw-r--r--devel/fann/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/fann/Makefile b/devel/fann/Makefile
index 38735137f5c..21feff8e87b 100644
--- a/devel/fann/Makefile
+++ b/devel/fann/Makefile
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.4 2012/10/31 11:16:57 asau Exp $
+# $NetBSD: Makefile,v 1.5 2014/01/22 01:17:27 gdt Exp $
.include "Makefile.common"
COMMENT= Fast Artificial Neural Network
-USE_PKGLOCALEDIR= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
-GNU_CONFIGURE= yes
+LICENSE= gnu-lgpl-v2.1
-PKGCONFIG_OVERRIDE+= fann.pc.in
+USE_TOOLS+= cmake
+USE_CMAKE= yes
+USE_LANGUAGES+= c99
+# Perhaps not, but camke complains
+USE_LANGUAGES+= c++
-post-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}/${PREFIX}/share/doc/fann
- (cd ${WRKSRC} && ${INSTALL_DATA} doc/* ${DESTDIR}/${PREFIX}/share/doc/fann)
+USE_TOOLS+= pkg-config
+PKGCONFIG_OVERRIDE+= fann.pc.in
.include "../../mk/bsd.pkg.mk"