openbsd-ports/math/p5-AI-FANN/Makefile

28 lines
608 B
Makefile
Raw Normal View History

2009-03-23 03:22:24 -04:00
# $OpenBSD: Makefile,v 1.3 2009/03/23 07:22:24 jasper Exp $
SHARED_ONLY= Yes
COMMENT= interface to the Fast Artificial Neural Network library
2009-03-23 03:22:24 -04:00
DISTNAME= AI-FANN-0.10
CATEGORIES= math
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= doublefann::math/fann
2009-03-23 03:22:24 -04:00
CONFIGURE_ARGS+= FANN_LIB="${LOCALBASE}/lib" \
FANN_INCLUDE"${LOCALBASE}/include"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-FANN
${INSTALL_DATA} ${WRKSRC}/samples/*.pl ${PREFIX}/share/examples/p5-FANN
.include <bsd.port.mk>