aboutsummaryrefslogtreecommitdiff
path: root/science/ghmm/Makefile
blob: 7d21dbb8ecd753620a939fe5796c1b156806c9ea (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
# New ports collection makefile for:	ghmm
# Date created:		2006-07-26
# Whom:			Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	ghmm
PORTVERSION=	0.7.0b
CATEGORIES=	science math
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	General Hidden Markov Model Library in C

USE_AUTOTOOLS=	libtool:22
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
WRKSRC=	${WRKDIR}/${PORTNAME}-0.7.0

post-patch:
	@${REINPLACE_CMD} 's|tests doc VisualC|tests VisualC|' ${WRKSRC}/configure

.include <bsd.port.mk>