pkgsrc/textproc/ots/buildlink3.mk
nros fea945e164 Import of open text summarizer as textproc/ots to pkgsrc-current.
Package in pkgsrc-wip by nros.

The Open Text Summarizer is an open source tool for summarizing texts.
The program reads a text and decides which sentences are important and
which are not. OTS supports many (25+) languages which are configured
in XML files. Several academic publications have benchmarked it and
praised it.
2015-08-31 12:16:52 +00:00

14 lines
316 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2015/08/31 12:16:52 nros Exp $
BUILDLINK_TREE+= ots
.if !defined(OTS_BUILDLINK3_MK)
OTS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ots+= ots>=0.5.0
BUILDLINK_PKGSRCDIR.ots?= ../../textproc/ots
.include "../../devel/glib2/buildlink3.mk"
.endif # OTS_BUILDLINK3_MK
BUILDLINK_TREE+= -ots