From bc025e8ae3d08878a682c47ee86a461a0763b6ae Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 1 Oct 2000 14:57:28 +0000 Subject: Add ja-xchat, xchat with Japanese support, as a satellite port of irc/xchat. --- japanese/xchat/Makefile | 31 +++++++++++++++++++++++++++++++ japanese/xchat/distinfo | 2 ++ 2 files changed, 33 insertions(+) create mode 100644 japanese/xchat/Makefile create mode 100644 japanese/xchat/distinfo (limited to 'japanese/xchat') diff --git a/japanese/xchat/Makefile b/japanese/xchat/Makefile new file mode 100644 index 000000000000..cfd8689050d7 --- /dev/null +++ b/japanese/xchat/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: xchat-ja +# Date created: 30 Sep 2000 +# Whom: Akinori MUSHA aka knu +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../../irc/xchat + +CATEGORIES= japanese +PATCH_SITES= http://northeye.org/~takuo/xchat-ja/ +PATCHFILES= ${PORTNAME}-${PORTVERSION}.ja.3.diff.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= knu@FreeBSD.org + +LIB_DEPENDS= iconv.1:${PORTSDIR}/converters/iconv + +FILESDIR= ${.CURDIR}/files + +CONFIGURE_ARGS= --enable-japanese-conv # --enable-ipv6 +MAKE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl" + +pre-patch: + ${PERL} -i -pe 's/-b&h-lucidatypewriter-medium-r-normal-\*-\*-120-\*-\*-m-\*-\*-\*/$$&,-default-*ng-medium-r-normal--14-*,*/' ${WRKSRC}/src/common/cfgfiles.c + +pre-build: + ${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in ${WRKSRC}/configure ${WRKSRC}/config.status + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/xchat/distinfo b/japanese/xchat/distinfo new file mode 100644 index 000000000000..9117eb8ccd02 --- /dev/null +++ b/japanese/xchat/distinfo @@ -0,0 +1,2 @@ +MD5 (xchat-1.4.3.tar.bz2) = 268ee72a8a58c323e838f72ebfc58cd6 +MD5 (xchat-1.4.3.ja.3.diff.gz) = 06c66673eb980eb6a85e73679333f014 -- cgit v1.2.3