pkgsrc/textproc/swath/Makefile
obache 82b1e71be8 Import swath-0.4.1 as textproc/swath.
Swath is a general-purpose utility to workaround the lack of such capability
in applications.  It analyzes the given Thai text by consulting a Thai word
list for word boundaries, before outputting the same text with the predefined
word delimitors inserted.

It can read many kinds of input, including plain text and structured documents
like HTML, RTF, LaTeX and Lambda (Unicode version of LaTeX with Omega
typesetter kernel).
2011-04-06 11:43:39 +00:00

22 lines
566 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/04/06 11:43:39 obache Exp $
#
DISTNAME= swath-0.4.1
CATEGORIES= textproc
MASTER_SITES= ftp://linux.thai.net/pub/ThaiLinux/software/swath/ \
http://linux.thai.net/pub/ThaiLinux/software/swath/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://linux.thai.net/projects/thailatex
COMMENT= Smart Word Analysis for THai
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
.include "../../devel/libdatrie/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"