mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
18 lines
379 B
Makefile
18 lines
379 B
Makefile
# New ports collection makefile for: xchat-ja
|
|
# Date created: 30 Sep 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
COMMENT= An X11 IRC client using the GTK+ toolkit, and optionally, GNOME
|
|
|
|
CONFIGURE_ARGS= --enable-japanese-conv
|
|
|
|
MASTERDIR= ${.CURDIR}/../../irc/xchat
|
|
|
|
.include "${MASTERDIR}/Makefile"
|