1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/math/sfst/Makefile
Dmitry Sivachenko 9e7ba1ae56 New port: sfst.
SFST is a toolbox for the implementation of morphological analysers and
other tools which are based on finite state transducer technology.
2014-07-07 12:05:05 +00:00

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>