Files
ports/science/crf++/Makefile
Cheng-Lung Sung c5b1a6d6ef - update to 0.49
- 0.49 is out, and I missed it in last commit
- Changes
  2007-08-18: CRF++ 0.49 Released

    * Added setter/getter for nbest, cost_factor and vlevel to API

  2007-07-07: CRF++ 0.48 Released

    * Support L1-CRF. use -a CRF-L1 option to enable L1 regularization.
2007-08-21 09:47:20 +00:00

30 lines
556 B
Makefile

# New ports collection makefile for: crf++
# Date created: 2006-07-27
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= crf++
PORTVERSION= 0.49
CATEGORIES= science math
MASTER_SITES= SF \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= crfpp clsung/${PORTNAME}
DISTNAME= CRF++-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Yet Another CRF toolkit
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GCC= 3.2+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500016
MAKE_ARGS+= LDFLAGS=${PTHREAD_LIBS}
.endif
.include <bsd.port.post.mk>