diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-01 14:57:28 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-01 14:57:28 +0000 |
commit | bc025e8ae3d08878a682c47ee86a461a0763b6ae (patch) | |
tree | 6412a5dc26c588d0d5948f861e0776c364fbc8e1 /japanese/xchat | |
parent | c06bee8627cca34f20ebf3cc667bc7a3a3344db9 (diff) |
Add ja-xchat, xchat with Japanese support, as a satellite port of irc/xchat.
Notes
Notes:
svn path=/head/; revision=33289
Diffstat (limited to 'japanese/xchat')
-rw-r--r-- | japanese/xchat/Makefile | 31 | ||||
-rw-r--r-- | japanese/xchat/distinfo | 2 |
2 files changed, 33 insertions, 0 deletions
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 <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 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 |