diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-01-20 02:23:12 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-01-20 02:23:12 +0000 |
commit | 2d5a95c75a7f9fd694ee317ac7af6e7d34714842 (patch) | |
tree | 6cb0b98be59186f727962ba803b8f3b7ffa9a787 /irc/xchat | |
parent | b53c9780761bca0126e8306b0772cabef72e3d03 (diff) | |
download | ports-2d5a95c75a7f9fd694ee317ac7af6e7d34714842.tar.gz ports-2d5a95c75a7f9fd694ee317ac7af6e7d34714842.zip |
Notes
Diffstat (limited to 'irc/xchat')
-rw-r--r-- | irc/xchat/Makefile | 12 | ||||
-rw-r--r-- | irc/xchat/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat/pkg-plist | 1 |
3 files changed, 11 insertions, 4 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 5e08f17bb58d..9f87f5713b88 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 1.3.10 +# Version required: 1.3.11 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= xchat-1.3.10 +DISTNAME= xchat-1.3.11 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/source/1.3/ \ http://xchat.linuxpower.org/files/source/1.3/ @@ -20,6 +20,7 @@ LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs .endif GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_X_PREFIX= yes USE_BZIP2= yes @@ -39,7 +40,12 @@ CONFIGURE_ARGS+= --disable-panel CONFIGURE_ARGS+= --disable-gnome .endif -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ + GLIB_CONFIG="${GLIB_CONFIG}" + +.if defined(USE_GNOME) +PLIST= ${PKGDIR}/PLIST.gnome +.endif post-install: @strip ${PREFIX}/bin/xchat diff --git a/irc/xchat/distinfo b/irc/xchat/distinfo index 827499ae07db..6dc11eeea560 100644 --- a/irc/xchat/distinfo +++ b/irc/xchat/distinfo @@ -1 +1 @@ -MD5 (xchat-1.3.10.tar.bz2) = 69dd649f2ae9b7d43c9d22021aee1570 +MD5 (xchat-1.3.11.tar.bz2) = 38517f9beb847cf0d6179324566d75a1 diff --git a/irc/xchat/pkg-plist b/irc/xchat/pkg-plist index 5e8c7de49780..5779c8cb2b69 100644 --- a/irc/xchat/pkg-plist +++ b/irc/xchat/pkg-plist @@ -1,4 +1,5 @@ bin/xchat +bin/xchat-text share/doc/xchat/xchat.sgml share/doc/xchat/xchat.html share/doc/xchat/xchat-1.html |