diff options
author | knu <knu@FreeBSD.org> | 2000-12-26 19:15:45 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-12-26 19:15:45 +0800 |
commit | 5922e8cea1127f0d484a0910e9f6b316479061c2 (patch) | |
tree | 73e0367d6fdb76722ba5c9c48b1a44ad9b170ff0 /japanese/xchat | |
parent | 0934a45078396a366ef2b9f59e7ce8c90f087374 (diff) | |
download | freebsd-ports-gnome-5922e8cea1127f0d484a0910e9f6b316479061c2.tar.gz freebsd-ports-gnome-5922e8cea1127f0d484a0910e9f6b316479061c2.tar.zst freebsd-ports-gnome-5922e8cea1127f0d484a0910e9f6b316479061c2.zip |
Add an unnoticed dependency converters/iconv-extra, which includes
iso-2022-jp encoding support.
Enable IPv6 support.
Diffstat (limited to 'japanese/xchat')
-rw-r--r-- | japanese/xchat/Makefile | 8 | ||||
-rw-r--r-- | japanese/xchat/pkg-plist | 33 |
2 files changed, 38 insertions, 3 deletions
diff --git a/japanese/xchat/Makefile b/japanese/xchat/Makefile index 1b26c9989806..043fdef2d94c 100644 --- a/japanese/xchat/Makefile +++ b/japanese/xchat/Makefile @@ -7,8 +7,8 @@ PORTNAME= xchat PORTVERSION= 1.4.3 -PORTREVISION= 1 -CATEGORIES= japanese irc gnome +PORTREVISION= 2 +CATEGORIES= japanese irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.4/ \ http://xchat.linuxpower.org/files/source/1.4/ @@ -19,13 +19,15 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv +RUN_DEPENDS= ${LOCALBASE}/libexec/iconv/iso-2022-jp.so:${PORTSDIR}/converters/iconv-extra MASTERDIR= ${.CURDIR}/../../irc/xchat MD5_FILE= ${.CURDIR}/distinfo +PLIST= ${.CURDIR}/pkg-plist CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-japanese-conv # --enable-ipv6 +CONFIGURE_ARGS= --enable-japanese-conv --enable-ipv6 MAKE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl" diff --git a/japanese/xchat/pkg-plist b/japanese/xchat/pkg-plist new file mode 100644 index 000000000000..9153ff0574c4 --- /dev/null +++ b/japanese/xchat/pkg-plist @@ -0,0 +1,33 @@ +bin/xchat +bin/xchat-text +share/doc/xchat/ChangeLog +share/doc/xchat/README +share/doc/xchat/xchat-1.html +share/doc/xchat/xchat-10.html +share/doc/xchat/xchat-2.html +share/doc/xchat/xchat-3.html +share/doc/xchat/xchat-4.html +share/doc/xchat/xchat-5.html +share/doc/xchat/xchat-6.html +share/doc/xchat/xchat-7.html +share/doc/xchat/xchat-8.html +share/doc/xchat/xchat-9.html +share/doc/xchat/xchat.html +share/doc/xchat/xchat.sgml +%%GNOME:%%share/gnome/apps/Internet/xchat.desktop +%%GNOME:%%share/gnome/pixmaps/xchat.png +share/locale/cs/LC_MESSAGES/xchat.mo +share/locale/da/LC_MESSAGES/xchat.mo +share/locale/de/LC_MESSAGES/xchat.mo +share/locale/el/LC_MESSAGES/xchat.mo +share/locale/es/LC_MESSAGES/xchat.mo +share/locale/fr/LC_MESSAGES/xchat.mo +share/locale/hu/LC_MESSAGES/xchat.mo +share/locale/it/LC_MESSAGES/xchat.mo +share/locale/ja/LC_MESSAGES/xchat.mo +share/locale/ko/LC_MESSAGES/xchat.mo +share/locale/nl/LC_MESSAGES/xchat.mo +share/locale/pt_BR/LC_MESSAGES/xchat.mo +share/locale/sl/LC_MESSAGES/xchat.mo +share/locale/sr_YU/LC_MESSAGES/xchat.mo +@dirrm share/doc/xchat |