blob: 5200b7e562ef56d37bd09f7b85cae9e1dc68c592 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: crf++
# Date created: 2006-07-27
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= crf++
PORTVERSION= 0.52
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:22
.include <bsd.port.mk>
|