diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-25 19:51:00 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-25 19:51:00 +0800 |
commit | a4ea47c2eb9dc5bcc4e76314c84a2cb186563194 (patch) | |
tree | 12fd6027f157f3a0c7f7e28171e9cca450c1c5a0 /korean | |
parent | b948c87a4dde1304d20e495d1a5775ef529d5410 (diff) | |
download | freebsd-ports-gnome-a4ea47c2eb9dc5bcc4e76314c84a2cb186563194.tar.gz freebsd-ports-gnome-a4ea47c2eb9dc5bcc4e76314c84a2cb186563194.tar.zst freebsd-ports-gnome-a4ea47c2eb9dc5bcc4e76314c84a2cb186563194.zip |
We don't want to use gtk-bitchx and esounds at the default installation.
It provides a new two variables RANDOM_LOCAL_PORT_LOW and RANDOM_LOCAL_PORT_HIGH
PR: 22272
Submitted by: JunSeon Oh <hollywar@holywar.net> MAINTAINER
Diffstat (limited to 'korean')
-rw-r--r-- | korean/bitchx/Makefile | 13 | ||||
-rw-r--r-- | korean/bitchx/distinfo | 1 | ||||
-rw-r--r-- | korean/bitchx/pkg-plist | 11 |
3 files changed, 11 insertions, 14 deletions
diff --git a/korean/bitchx/Makefile b/korean/bitchx/Makefile index 1621a5c95a8b..7e344679de11 100644 --- a/korean/bitchx/Makefile +++ b/korean/bitchx/Makefile @@ -7,24 +7,23 @@ PORTNAME= BitchX PORTVERSION= 1.0c16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= korean irc gnome MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \ ftp://ukug.uk.freebsd.org/pub/lord_cj/ -PATCH_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ -PATCHFILES= bx-korean-aa.patch\ - bx-korean-ab.patch +PATCH_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ +PATCHFILES= bx-korean-aa.patch\ + bx-korean-ab.patch\ + bx-korean-ac.patch PATCH_DIST_STRIP= -p1 MAINTAINER= hollywar@mail.holywar.net -WRKSRC= ${WRKDIR}/BitchX +WRKSRC= ${WRKDIR}/BitchX USE_AUTOCONF= yes USE_GMAKE= yes -WANT_ESOUND= yes -WANT_GNOME= yes CONFIGURE_ARGS= --with-plugins \ --exec-prefix="${PREFIX}/share" \ --bindir="${PREFIX}/bin" \ diff --git a/korean/bitchx/distinfo b/korean/bitchx/distinfo index 6e9750bf2b98..d5202126e239 100644 --- a/korean/bitchx/distinfo +++ b/korean/bitchx/distinfo @@ -1,3 +1,4 @@ MD5 (BitchX-1.0c16.tar.gz) = 4a3749c0b2da2b157eaa13b5b8856511 MD5 (bx-korean-aa.patch) = d72f26924de580ecd6d1a55b984bddf6 MD5 (bx-korean-ab.patch) = 0f32f4563fd6aaabb6a9e577b35e02e9 +MD5 (bx-korean-ac.patch) = 4faa7ae6ab31937b11d29a1ef609c6af diff --git a/korean/bitchx/pkg-plist b/korean/bitchx/pkg-plist index 1db84aebe59f..fbe0623ca72f 100644 --- a/korean/bitchx/pkg-plist +++ b/korean/bitchx/pkg-plist @@ -1,9 +1,7 @@ -%%NOGNOME:%%bin/BitchX -%%NOGNOME:%%bin/BitchX-1.0c16+H1 -%%GNOME:%%bin/gtkBitchX -%%GNOME:%%bin/gtkBitchX-1.0c16+H1 +bin/BitchX +bin/BitchX-1.0c16+H1 bin/bx -%%NOGNOME:%%bin/scr-bx +bin/scr-bx share/bx/BitchX.quit share/bx/BitchX.ircnames share/bx/BitchX.reasons @@ -913,7 +911,6 @@ share/bx/plugins/encrypt.so share/bx/plugins/fserv.so share/bx/plugins/hint.so share/bx/plugins/nap.so -%%GNOME:%%share/bx/plugins/nicklist.so share/bx/plugins/pkga.so share/bx/plugins/possum.so share/bx/plugins/qmail.so @@ -960,7 +957,7 @@ share/bx/translation/SWEDISH_NAMES_COM share/bx/translation/SWISS share/bx/translation/UNITED_KINGDOM share/bx/translation/UNITED_KINGDOM_COM -%%NOGNOME:%%share/bx/wserv +share/bx/wserv share/doc/bitchx/bxfaq.html @dirrm share/doc/bitchx @dirrm share/bx/translation |