blob: fed8839ca8400310139964842bdcf30397628135 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: xchat-ja
# Date created: 30 Sep 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTREVISION= 1
CATEGORIES= japanese
MAINTAINER= ports@FreeBSD.org
COMMENT= 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"
|