pkgsrc/textproc/libexttextcat/Makefile
wiz 3f83e1613c Initial import of libexttextcat-3.2 from wip, packaged by Francois Tigeot.
Libexttextcat 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.
2012-03-16 17:30:16 +00:00

22 lines
532 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/03/16 17:30:16 wiz Exp $
DISTNAME= libexttextcat-3.2.0
CATEGORIES= textproc
MASTER_SITES= http://dev-www.libreoffice.org/src/libexttextcat/
EXTRACT_SUFX= .tar.xz
MAINTAINER= ftigeot@wolfpond.org
HOMEPAGE= http://cgit.freedesktop.org/libreoffice/libexttextcat/
COMMENT= Text categorization library
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= libtextcat-[0-9]*
PKGCONFIG_OVERRIDE= libexttextcat.pc.in
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"