cb037d3c98
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
20 lines
495 B
Makefile
20 lines
495 B
Makefile
# Created by: Dmitry Sivachenko <mitya@yandex-team.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sfst
|
|
PORTVERSION= 1.4.6h
|
|
PORTREVISION= 1
|
|
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>
|