2d6ba4b752
Provides TK-based visualisation routines for AI::NueralNet::Kohonen.
29 lines
677 B
Makefile
Executable File
29 lines
677 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/31 16:49:01 jasper Exp $
|
|
|
|
COMMENT= visualisation of Kohonen's Self-Organizing Maps
|
|
|
|
DISTNAME= AI-NeuralNet-Kohonen-Visual-0.3
|
|
CATEGORIES= math x11
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
USE_X11= Yes
|
|
|
|
RUN_DEPENDS= ::math/p5-AI-NeuralNet-Kohonen \
|
|
::x11/p5-Tk
|
|
|
|
# The regression tests require a running instance of X.
|
|
# You will also need to set the XAUTHORITY environment variable to point
|
|
# to the appropriate .Xauthority file.
|
|
REGRESS_IS_INTERACTIVE= Yes
|
|
REGRESS_FLAGS=DISPLAY=${DISPLAY} XAUTHORITY=${XAUTHORITY}
|
|
|
|
.include <bsd.port.mk>
|
|
|