summaryrefslogtreecommitdiff
path: root/irc/xchat-gnome/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2007-01-09 13:09:43 +0000
committerKoop Mast <kwm@FreeBSD.org>2007-01-09 13:09:43 +0000
commitfc138918a9a509b8f475c6fd6514bc3f85748b8e (patch)
tree6f37fd492277e9db90fdf0fcabd9488bfca7cc9b /irc/xchat-gnome/Makefile
parentUpdate to the 20070108 snapshot of GCC 4.1.2. (diff)
Update to 0.15.
Approved by: Maintainer
Notes
Notes: svn path=/head/; revision=181859
Diffstat (limited to 'irc/xchat-gnome/Makefile')
-rw-r--r--irc/xchat-gnome/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index c505dc8d5a0c..e1feb7e084a7 100644
--- a/irc/xchat-gnome/Makefile
+++ b/irc/xchat-gnome/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= xchat
-PORTVERSION= 0.13
-PORTREVISION= 3
+PORTVERSION= 0.15
CATEGORIES= irc gnome ipv6
MASTER_SITES= http://releases.navi.cx/xchat-gnome/
PKGNAMESUFFIX= -gnome
@@ -32,11 +31,13 @@ GCONF_SCHEMAS= apps_xchat.schemas notification.schemas urlscraper.schemas
INSTALLS_ICONS= yes
INSTALLS_OMF= yes
+MAN1= xchat-gnome.1
+
.if !defined(WITHOUT_DBUS)
LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus
CONFIGURE_ARGS+= --enable-dbus
USE_GNOME+= gconf2
-GCONF_SCHEMAS+= xchat_gnome_url_handler.schemas
+GCONF_SCHEMAS+= url_handler.schemas
PLIST_SUB+= DBUS=""
.else
CONFIGURE_ARGS+=--disable-dbus
@@ -111,6 +112,7 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \
+ -e 's|tcl-8.4/lib|lib/tcl8.3|g' \
${WRKSRC}/configure
.include <bsd.port.post.mk>