pkgsrc-wip/TinySVM/Makefile
OBATA Akio 14bdb84ef1 TinySVM is an implementation of Support Vector Machines (SVMs) [Vapnik 95],
[Vapnik 98] for the problem of pattern recognition. Support Vector Machines is a
new generation learning algorithms based on recent advances in statistical
learning theory, and applied to large number of real-world applications, such as
text categorization, hand-written character recognition.
2008-01-23 07:34:37 +00:00

20 lines
441 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/01/23 07:34:37 obache Exp $
#
DISTNAME= TinySVM-0.09
CATEGORIES= devel
MASTER_SITES= http://www.chasen.org/~taku/software/TinySVM/src/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.chasen.org/~taku/software/TinySVM/
COMMENT= Tiny Support Vector Machines
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"