blob: bf051a511dd0e6aa1cefc637b84e24c5fac7e2dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
CONFLICTS_INSTALL= graphviz # bin/cluster
.include <bsd.port.mk>
|