1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/science/ghmm/Makefile
2019-11-08 13:22:59 +00:00

25 lines
515 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 gnome libtool pkgconfig
CONFIGURE_ARGS+= --without-python
USE_LDCONFIG= yes
.include <bsd.port.mk>