1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/math/hfst/Makefile
2014-07-05 15:04:30 +00:00

23 lines
672 B
Makefile

# Created by: Dmitry Sivachenko <mitya@yandex-team.ru>
# $FreeBSD$
PORTNAME= hfst
PORTVERSION= 3.7.2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}
MAINTAINER= demon@FreeBSD.org
COMMENT= A toolkit for for processing natural language morphologies
USES= pkgconfig shebangfix libtool
USE_GNOME= glib20 libxml2
USE_GCC= yes
USE_PYTHON= 2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-readline --with-unicode-handler=glib --enable-proc --enable-tagger --enable-xfst --enable-shuffle --enable-traverse
SHEBANG_FILES= tools/src/hfst-tagger/src/hfst_tagger_compute_data_statistics.py
USE_LDCONFIG= yes
.include <bsd.port.mk>