diff options
-rw-r--r-- | japanese/xshodo/Makefile | 26 | ||||
-rw-r--r-- | japanese/xshodo/distinfo | 1 | ||||
-rw-r--r-- | japanese/xshodo/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/xshodo/pkg-descr | 6 | ||||
-rw-r--r-- | japanese/xshodo/pkg-plist | 3 |
5 files changed, 37 insertions, 0 deletions
diff --git a/japanese/xshodo/Makefile b/japanese/xshodo/Makefile new file mode 100644 index 00000000000..ff6119dae1f --- /dev/null +++ b/japanese/xshodo/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: xbakuzan +# Version required: 1.0 +# Date created: 11 October 1996 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $Id$ +# + +DISTNAME= xbakuzan +PKGNAME= xbakuzan-1.0 +CATEGORIES= x11 +MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xwin/ + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +ALL_TARGET= xbakuzan +USE_X11= yes + +do-install: + @mkdir -p ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xbakuzan ${PREFIX}/bin + @mkdir -p ${PREFIX}/lib/X11/xbakuzan + ${INSTALL_DATA} ${WRKSRC}/sakana.xbm ${PREFIX}/lib/X11/xbakuzan + ${INSTALL_DATA} ${WRKSRC}/xbakuzan.doc ${PREFIX}/lib/X11/xbakuzan + +.include <bsd.port.mk> diff --git a/japanese/xshodo/distinfo b/japanese/xshodo/distinfo new file mode 100644 index 00000000000..c40853e6f48 --- /dev/null +++ b/japanese/xshodo/distinfo @@ -0,0 +1 @@ +MD5 (xbakuzan.tar.gz) = 5a629dd1367691d29decf5ef5bdf8bb4 diff --git a/japanese/xshodo/pkg-comment b/japanese/xshodo/pkg-comment new file mode 100644 index 00000000000..42031e86568 --- /dev/null +++ b/japanese/xshodo/pkg-comment @@ -0,0 +1 @@ +A paint tool for Shodo, the Japanese traditional writing character diff --git a/japanese/xshodo/pkg-descr b/japanese/xshodo/pkg-descr new file mode 100644 index 00000000000..362a1984b47 --- /dev/null +++ b/japanese/xshodo/pkg-descr @@ -0,0 +1,6 @@ +xbakuzan, a tool for the Japanese traditional writing called Shodo. + +You can write a Japanese or Chinese letter under the traditional method +with traditional pen simulator. Additionally, you can write some traditional +picture called 'Sumie'. Load and save features are implemented at the bitmap +format. diff --git a/japanese/xshodo/pkg-plist b/japanese/xshodo/pkg-plist new file mode 100644 index 00000000000..1f731a01739 --- /dev/null +++ b/japanese/xshodo/pkg-plist @@ -0,0 +1,3 @@ +bin/xbakuzan +lib/X11/xbakuzan/sakana.xbm +lib/X11/xbakuzan/xbakuzan.doc |