diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-27 12:46:36 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-27 12:46:36 +0000 |
commit | 0d388c0d41e21f0a2c58a55400dfcccc9f7d95ff (patch) | |
tree | 3d8e778940966fd97bc7e445b9ea115f6d8849c1 /japanese/ruby-tk | |
parent | 4135202061ee6b01fad462661c0e757429a62858 (diff) | |
download | ports-0d388c0d41e21f0a2c58a55400dfcccc9f7d95ff.tar.gz ports-0d388c0d41e21f0a2c58a55400dfcccc9f7d95ff.zip |
Notes
Diffstat (limited to 'japanese/ruby-tk')
-rw-r--r-- | japanese/ruby-tk/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/japanese/ruby-tk/Makefile b/japanese/ruby-tk/Makefile new file mode 100644 index 000000000000..595b42d099e5 --- /dev/null +++ b/japanese/ruby-tk/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: ja-rubytk +# Version required: (depends on ${MASTERDIR}) +# Date created: 15 March 1999 +# Whom: Yasuhiro Fukuma <yasuf@big.or.jp> +# +# $Id$ +# + +PKGNAME= ja-rubytk-${VERSION} +CATEGORIES= japanese x11-toolkits + +MAINTAINER= yasuf@big.or.jp + +WITH_TCL_JP= yes + +MASTERDIR= ${.CURDIR}/../../x11-toolkits/rubytk + +.include "${MASTERDIR}/Makefile" |