mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
3f6c422e36
- Lots of maintainers timeout - unresponsive for almost a year PR: 195059
23 lines
523 B
Makefile
23 lines
523 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ghmm
|
|
PORTVERSION= 0.7.0b
|
|
PORTREVISION= 1
|
|
CATEGORIES= science math
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= General Hidden Markov Model Library in C
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool
|
|
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>
|