diff options
author | steve <steve@FreeBSD.org> | 1999-01-18 18:00:58 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-18 18:00:58 +0800 |
commit | d495708754bbcfc48048c814d480ba833a73b05e (patch) | |
tree | 5a41094e62f2e46cdf03550a7c942796d908edb7 /japanese/xshodou/Makefile | |
parent | 5757a863ef25685088c5838f951ce9672ee64e2b (diff) | |
download | freebsd-ports-gnome-d495708754bbcfc48048c814d480ba833a73b05e.tar.gz freebsd-ports-gnome-d495708754bbcfc48048c814d480ba833a73b05e.tar.zst freebsd-ports-gnome-d495708754bbcfc48048c814d480ba833a73b05e.zip |
Re-import of ja-xshodou version 1.11.
A Japanese shodou program for X based on Tcl/Tk.
Suggested by: asami
Diffstat (limited to 'japanese/xshodou/Makefile')
-rw-r--r-- | japanese/xshodou/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/japanese/xshodou/Makefile b/japanese/xshodou/Makefile new file mode 100644 index 000000000000..830e3914c800 --- /dev/null +++ b/japanese/xshodou/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: XShodou +# Version required: 1.11 +# Date created: 11 January 1999 +# Whom: Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp> +# +# $Id: Makefile,v 1.1.1.1 1999/01/18 03:32:06 steve Exp $ +# + +DISTNAME= xshodou-1.11 +PKGNAME= ja-${DISTNAME} +CATEGORIES= japanese tk80 +MASTER_SITES= http://wwwmiya.ee.kagu.sut.ac.jp/~sakai/ + +MAINTAINER= sakai@miya.ee.kagu.sut.ac.jp + +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 + +USE_X_PREFIX= yes +MAN1= xshodou.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |