diff options
author | knu <knu@FreeBSD.org> | 2000-10-01 14:57:28 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-01 14:57:28 +0000 |
commit | 84d3e7c4bc8f3656709fdc23d115c81dd41544c9 (patch) | |
tree | 664b1804cd8c8661450a9edcebf88f3dd6592cb1 | |
parent | 12f0f62b2960a03a93ea33ddef169bddaabed38e (diff) | |
download | FreeBSD-ports-84d3e7c4bc8f3656709fdc23d115c81dd41544c9.zip FreeBSD-ports-84d3e7c4bc8f3656709fdc23d115c81dd41544c9.tar.gz |
Add ja-xchat, xchat with Japanese support, as a satellite port of irc/xchat.
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/xchat/Makefile | 31 | ||||
-rw-r--r-- | japanese/xchat/distinfo | 2 |
3 files changed, 34 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 78f629a..66e1703 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -312,6 +312,7 @@ SUBDIR += wine SUBDIR += word SUBDIR += wordnet-fpw + SUBDIR += xchat SUBDIR += xdvik-vflib SUBDIR += xdvik-vflib-pk118 SUBDIR += xdvik-vflib-pk240 diff --git a/japanese/xchat/Makefile b/japanese/xchat/Makefile new file mode 100644 index 0000000..cfd8689 --- /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 <knu@idaemons.org> +# +# $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 0000000..9117eb8 --- /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 |