summaryrefslogtreecommitdiff
path: root/irc/xchat-devel/Makefile
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2001-03-10 15:06:10 +0000
committerJim Mock <jim@FreeBSD.org>2001-03-10 15:06:10 +0000
commitb00ce03804169e506f1aa2b8ab006ddd407890df (patch)
tree5796c7cb08aeefe404e9a6bf1f4c117f73cefbcd /irc/xchat-devel/Makefile
parentAdd ettercap 0.2.4, a network sniffer/interceptor/injector/logger (diff)
Finally, a new development version. Update to 1.7.0. This is probably
buggy, but that's why it's a devel version. Enjoy :-)
Notes
Notes: svn path=/head/; revision=39428
Diffstat (limited to '')
-rw-r--r--irc/xchat-devel/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile
index 53226796179d..5f4830eb6719 100644
--- a/irc/xchat-devel/Makefile
+++ b/irc/xchat-devel/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= xchat
-PORTVERSION= 1.5.11
+PORTVERSION= 1.7.0
CATEGORIES= irc gnome
-MASTER_SITES= http://xchat.org/files/source/1.5/ \
- http://xchat.linuxpower.org/files/source/1.5/
+MASTER_SITES= http://xchat.org/files/source/1.7/ \
+ http://xchat.linuxpower.org/files/source/1.7/
MAINTAINER= jim@FreeBSD.org
@@ -22,6 +22,9 @@ WANT_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-python
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lintl"
+
.include <bsd.port.pre.mk>
.if defined(WITH_SOCKS)