freebsd-ports/science/ghmm/Makefile
2021-04-06 16:31:07 +02:00

23 lines
503 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
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 gnome libtool pkgconfig
CONFIGURE_ARGS+= --without-python
USE_LDCONFIG= yes
.include <bsd.port.mk>