e2f519b245
Suikyo is a Romaji Hiragana conversion library based on DFA (Deterministic finate state) automaton. This package contains conversion table of suikyo
16 lines
364 B
Makefile
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"
|