18 lines
389 B
Makefile
18 lines
389 B
Makefile
# New ports collection makefile for: ja-ruby-tk
|
|
# Date created: 15 March 1999
|
|
# Whom: Yasuhiro Fukuma <yasuf@big.or.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
COMMENT= Ruby interface to the Japanized Tk widget set
|
|
|
|
TK_VERSION?= 80
|
|
WITH_TCLTK_JP= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../x11-toolkits/ruby-tk
|
|
|
|
.include "${MASTERDIR}/Makefile"
|