2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:45:39 ajacoutot Exp $
|
2008-09-30 09:22:58 +00:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
2010-09-24 15:29:20 +00:00
|
|
|
COMMENT= interface to the Fast Artificial Neural Network library
|
2008-09-30 09:22:58 +00:00
|
|
|
|
2009-03-23 07:22:24 +00:00
|
|
|
DISTNAME= AI-FANN-0.10
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION= 2
|
2008-09-30 09:22:58 +00:00
|
|
|
CATEGORIES= math
|
|
|
|
|
|
|
|
MODULES= cpan
|
2010-10-18 20:52:05 +00:00
|
|
|
USE_GROFF = Yes
|
2008-09-30 09:22:58 +00:00
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-19 07:23:05 +00:00
|
|
|
LIB_DEPENDS = math/fann
|
2010-11-07 20:33:58 +00:00
|
|
|
WANTLIB = doublefann
|
2008-09-30 09:22:58 +00:00
|
|
|
|
2009-03-23 07:22:24 +00:00
|
|
|
CONFIGURE_ARGS+= FANN_LIB="${LOCALBASE}/lib" \
|
|
|
|
FANN_INCLUDE"${LOCALBASE}/include"
|
2008-09-30 09:22:58 +00:00
|
|
|
|
2010-10-03 15:20:21 +00:00
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
MODCPAN_EXAMPLES_DIST= samples
|
2008-09-30 09:22:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|