2009-05-06: CRF++ 0.53 Released * fixed build failure on libtool 2009-04-19: CRF++ 0.52 * Code clean up * replaced obsolete sstream with stringstream 2008-07-12: CRF++ 0.51 * Fixed a compilation error on gcc 4.3
20 lines
453 B
Makefile
20 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/08/08 08:16:41 obache Exp $
|
|
#
|
|
|
|
DISTNAME= CRF++-0.53
|
|
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"
|