mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
9e7ba1ae56
SFST is a toolbox for the implementation of morphological analysers and other tools which are based on finite state transducer technology.
19 lines
470 B
Makefile
19 lines
470 B
Makefile
# Created by: Dmitry Sivachenko <mitya@yandex-team.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sfst
|
|
PORTVERSION= 1.4.6h
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.cis.uni-muenchen.de/~schmid/tools/SFST/data/
|
|
DISTNAME= ${PORTNAME:tu}-${PORTVERSION}
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= A toolbox for the implementation of morphological analysers
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME:tu}/src
|
|
INSTALL_TARGET= install maninstall libinstall
|
|
USES= gmake
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|