mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6eff5967a7
Assure master ports and their lang-specific slaves of having consistent categories.
19 lines
347 B
Makefile
19 lines
347 B
Makefile
# New ports collection makefile for: ja-rubytk
|
|
# Date created: 15 March 1999
|
|
# Whom: Yasuhiro Fukuma <yasuf@big.or.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
|
|
MAINTAINER= yasuf@big.or.jp
|
|
|
|
TCL_VERSION?= 80
|
|
TK_VERSION?= 80
|
|
WITH_TCL_JP= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../x11-toolkits/rubytk
|
|
|
|
.include "${MASTERDIR}/Makefile"
|