pkgsrc-wip/crfpp/Makefile
OBATA Akio 6568af03a7 CRF++ is a simple, customizable, and open source implementation of Conditional
Random Fields (CRFs) for segmenting/labeling sequential data. CRF++ is designed
for generic purpose and will be applied to a variety of NLP tasks, such as Named
Entity Recognition, Information Extraction and Text Chunking.
2008-01-23 07:44:07 +00:00

20 lines
457 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/01/23 07:44:07 obache Exp $
#
DISTNAME= CRF++-0.50
PKGNAME= ${DISTNAME:tl:S/+/p/g}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crfpp/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://crfpp.sourceforge.net/
COMMENT= Yet Another CRF toolkit
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"