mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
20 lines
411 B
Makefile
20 lines
411 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
|
|
COMMENT= A Ruby interface to Japanized Tcl/Tk libraries
|
|
|
|
TCL_VERSION?= 80
|
|
TK_VERSION?= 80
|
|
WITH_TCLTK_JP= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/ruby-tcltklib
|
|
|
|
.include "${MASTERDIR}/Makefile"
|