blob: b665afc628764e2828fe9e686020ec953c82323b (
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
26
27
28
29
30
|
PORTNAME= ghmm
DISTVERSION= 0.9-rc3
PORTREVISION= 2
CATEGORIES= science math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${DISTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= General Hidden Markov Model Library in C
WWW= https://ghmm.sourceforge.net/
LICENSE= GPLv3
USES= autoreconf gnome libtool pkgconfig
USE_GNOME= libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-python
INSTALL_TARGET= install-strip
CONFLICTS_INSTALL= graphviz # bin/cluster
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.post.mk>
|