aboutsummaryrefslogtreecommitdiffstats
path: root/science/crf++/Makefile
blob: 2520ed22912ebaab27eb2efabeb003e18aa822bf (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
24
25
26
27
# New ports collection makefile for:    crf++
# Date created:     2006-07-27
# Whom:         Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   crf++
PORTVERSION=    0.42
CATEGORIES= science math
MASTER_SITES=   http://chasen.org/~taku/software/CRF++/src/
DISTNAME=   CRF++-${PORTVERSION}

MAINTAINER= clsung@FreeBSD.org
COMMENT=    Yet Another CRF toolkit

GNU_CONFIGURE=  yes
INSTALLS_SHLIB= yes
USE_GCC=    3.2+

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500016
MAKE_ARGS+= LDFLAGS=${PTHREAD_LIBS}
.endif

.include <bsd.port.post.mk>