freebsd-ports/math/sfst/Makefile
Sunpoet Po-Chuan Hsieh 40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00

19 lines
495 B
Makefile

# Created by: Dmitry Sivachenko <mitya@yandex-team.ru>
# $FreeBSD$
PORTNAME= sfst
PORTVERSION= 1.4.6h
PORTREVISION= 2
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>