mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
20 lines
421 B
Makefile
20 lines
421 B
Makefile
# 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= 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"
|