blob: c003e8ddef44a177b79abdde12be9f005a3ff147 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: xchat-ja
# Date created: 30 Sep 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
CATEGORIES= japanese
MAINTAINER= ports@FreeBSD.org
COMMENT= An X11 IRC client using the GTK+ toolkit, and optionally, GNOME
CONFIGURE_ARGS= --enable-japanese-conv
LATEST_LINK= ja-xchat1
MASTERDIR= ${.CURDIR}/../../irc/xchat1
.include "${MASTERDIR}/Makefile"
|