2006-07-28 05:36:25 +02:00
|
|
|
# New ports collection makefile for: ghmm
|
|
|
|
# Date created: 2006-07-26
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ghmm
|
2006-11-02 10:25:57 +01:00
|
|
|
PORTVERSION= 0.7.0b
|
2006-07-28 05:36:25 +02:00
|
|
|
CATEGORIES= science math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= General Hidden Markov Model Library in C
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-07-28 05:36:25 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 03:45:58 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-07-28 05:36:25 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-0.7.0
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's|tests doc VisualC|tests VisualC|' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|