blob: af7d1bf639357cb61da107a8ea322f7834b47387 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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 readline
USE_LDCONFIG= yes
.include <bsd.port.mk>
|