summaryrefslogtreecommitdiff
path: root/irc/xchat-gnome/Makefile
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>1999-11-03 00:22:09 +0000
committerJim Mock <jim@FreeBSD.org>1999-11-03 00:22:09 +0000
commit1a0f355976d0438c1fbc89227de34ba5c33fb266 (patch)
tree248b7bb8bfb51efe43b7327cd23c1f1e60079051 /irc/xchat-gnome/Makefile
parentActivate prips (diff)
Update to version 1.3.6. This version is the first with python
scripting support, however, it's temporarily disabled until it becomes less buggy (read: usable).
Notes
Notes: svn path=/head/; revision=22868
Diffstat (limited to 'irc/xchat-gnome/Makefile')
-rw-r--r--irc/xchat-gnome/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index cefb58881982..11a097fd593e 100644
--- a/irc/xchat-gnome/Makefile
+++ b/irc/xchat-gnome/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: xchat
-# Version required: 1.3.5
+# Version required: 1.3.6
# Date created: 17 Nov 1998
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= xchat-1.3.5
+DISTNAME= xchat-1.3.6
CATEGORIES= irc
MASTER_SITES= http://xchat.org/files/v1.3/ \
http://xchat.linuxpower.org/files/v1.3/
@@ -26,7 +26,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls --disable-debug
+CONFIGURE_ARGS= --disable-nls --disable-python
.if defined(USE_GNOME)
CONFIGURE_ARGS+= --enable-gnome
@@ -41,6 +41,9 @@ CONFIGURE_ARGS+= --disable-gnome
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+post-extract:
+ @(cd ${WRKSRC} && find . -exec ${TOUCH} {} \;)
+
post-install:
@strip ${PREFIX}/bin/xchat
.if !defined(NOPORTDOCS)