mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
2d8b17ea39
With hat: portmgr
19 lines
373 B
Makefile
19 lines
373 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= crf++
|
|
PORTVERSION= 0.54
|
|
CATEGORIES= science math
|
|
MASTER_SITES= SF/crfpp/crfpp/${PORTVERSION} \
|
|
${MASTER_SITE_LOCAL}
|
|
DISTNAME= CRF++-${PORTVERSION}
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Yet Another CRF toolkit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= libtool
|
|
|
|
.include <bsd.port.mk>
|