pkgsrc-wip/libtextcat/Makefile
Kamel Ibn Aziz Derouiche 731bab1e21 Import libtextcat-2.2 as wip/libtextcat.
Libtextcat is a library with functions that implement the
classification technique described in Cavnar & Trenkle, "N-Gram-Based
Text Categorization" . It was primarily developed for language
guessing, a task on which it is known to perform with near-perfect accuracy
2009-03-09 17:03:40 +00:00

21 lines
503 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/03/09 17:03:40 jihbed Exp $
#
DISTNAME= libtextcat-2.2
CATEGORIES= textproc
MASTER_SITES= http://software.wise-guys.nl/download/
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://software.wise-guys.nl/libtextcat/
COMMENT= Libtextcat library the Cavnar & Trenkle
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= xdg-1.4
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/libtextcat
.include "../../mk/bsd.pkg.mk"