597afc47ba
With hat: portmgr Sponsored by: Absolight
25 lines
509 B
Makefile
25 lines
509 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ghmm
|
|
DISTVERSION= 0.9-rc3
|
|
CATEGORIES= science math
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${DISTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= General Hidden Markov Model Library in C
|
|
|
|
LICENSE= GPLv3
|
|
|
|
#BUILD_DEPENDS= swig:devel/swig13
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_GNOME= libxml2
|
|
USES= autoreconf libtool pkgconfig
|
|
CONFIGURE_ARGS+= --without-python
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|