freebsd-ports/science/ghmm/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

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>