pkgsrc/textproc/suikyo-conv-table/Makefile
obache e2f519b245 Import suikyo-conv-table version 2.1.0.
Suikyo is a Romaji Hiragana conversion library based on
DFA (Deterministic finate state) automaton.

This package contains conversion table of suikyo
2008-03-02 02:39:54 +00:00

16 lines
364 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/03/02 02:39:54 obache Exp $
#
.include "../../textproc/suikyo/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-conv-table-/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://taiyaki.org/suikyo/elisp/index.html
COMMENT= Suikyo conversion table
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DIRS+= conv-table
.include "../../mk/bsd.pkg.mk"