8a1e8aacdd
Suikyo is a Romaji Hiragana conversion library based on DFA (Deterministic finate state) automaton. This package contains documents of suikyo
16 lines
344 B
Makefile
16 lines
344 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/03/02 02:40:40 obache Exp $
|
|
#
|
|
|
|
.include "../../textproc/suikyo/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-docs-/}
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://taiyaki.org/suikyo/elisp/index.html
|
|
COMMENT= Suikyo documents
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILD_DIRS+= doc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|