diff options
Diffstat (limited to 'textproc/suikyo-docs')
-rw-r--r-- | textproc/suikyo-docs/DESCR | 4 | ||||
-rw-r--r-- | textproc/suikyo-docs/Makefile | 16 | ||||
-rw-r--r-- | textproc/suikyo-docs/PLIST | 3 |
3 files changed, 23 insertions, 0 deletions
diff --git a/textproc/suikyo-docs/DESCR b/textproc/suikyo-docs/DESCR new file mode 100644 index 00000000000..40c2c81f8fe --- /dev/null +++ b/textproc/suikyo-docs/DESCR @@ -0,0 +1,4 @@ +Suikyo is a Romaji Hiragana conversion library based on +DFA (Deterministic finate state) automaton. + +This package contains documents of suikyo diff --git a/textproc/suikyo-docs/Makefile b/textproc/suikyo-docs/Makefile new file mode 100644 index 00000000000..54a06b6c69c --- /dev/null +++ b/textproc/suikyo-docs/Makefile @@ -0,0 +1,16 @@ +# $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" diff --git a/textproc/suikyo-docs/PLIST b/textproc/suikyo-docs/PLIST new file mode 100644 index 00000000000..2fbadb9bbd1 --- /dev/null +++ b/textproc/suikyo-docs/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/02 02:40:40 obache Exp $ +share/doc/suikyo/index.html +@dirrm share/doc/suikyo |