diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-12-26 11:15:45 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-12-26 11:15:45 +0000 |
commit | 5e38a06f57024184601194a2029f0c8d1a66e1ea (patch) | |
tree | 836f7ae490077f163f488bad663eb9a1dde893f3 /japanese/xchat | |
parent | 558f318b9a4a2513ef4e5b33837cd48f3e62bf98 (diff) | |
download | ports-5e38a06f57024184601194a2029f0c8d1a66e1ea.tar.gz ports-5e38a06f57024184601194a2029f0c8d1a66e1ea.zip |
Notes
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 |