forked from Lainports/freebsd-ports
Take over the maintainership from Yasuhiro Fukuma <yasuf@bsdclub.org>,
with his approval. I can never thank him too much for his previous
work which led me in the right direction! :)
lang/ruby:
- Add a patch for find.rb, which fixes the bug found after
1.6.1 was released.
databases/ruby-gdbm, */ruby-{tcltklib,tk}:
- Remove files/md5 and refer to lang/ruby's one.
18 lines
355 B
Makefile
18 lines
355 B
Makefile
# New ports collection makefile for: ja-ruby-tcltklib
|
|
# Date created: 15 March 1999
|
|
# Whom: Yasuhiro Fukuma <yasuf@big.or.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
TCL_VERSION?= 80
|
|
TK_VERSION?= 80
|
|
WITH_TCLTK_JP= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/ruby-tcltklib
|
|
|
|
.include "${MASTERDIR}/Makefile"
|