mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
23 lines
439 B
Makefile
23 lines
439 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.51
|
|
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
|
|
|
|
.include <bsd.port.mk>
|