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