summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-09-30 15:57:08 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-09-30 15:57:08 +0000
commit83fa54885b0ec37af29622b6d8f2121deaccac5e (patch)
tree593353ca7e58f6d54139b9fa3b6fa902177ea7c3 /irc
parentUpdate to version 2.1.3 (diff)
Make corrections in Makefile and remove pkg/MESSAGE
PR: 21651 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=33267
Diffstat (limited to 'irc')
-rw-r--r--irc/bitchx/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile
index dbea6d977862..d7734f2d33fb 100644
--- a/irc/bitchx/Makefile
+++ b/irc/bitchx/Makefile
@@ -33,8 +33,8 @@ CONFIGURE_ARGS+= --without-gtk
.endif
.if defined(WITH_TCL)
CONFIGURE_ARGS+= --with-tcl \
- --with-tcl-includes=/usr/local/include/tcl8.3 \
- --with-tcl-libs=/usr/local/lib
+ --with-tcl-includes="${PREFIX}/include/tcl8.3" \
+ --with-tcl-libs="${PREFIX}/lib"
.endif
.if defined(WITH_ESD)
CONFIGURE_ARGS+= --enable-sound
@@ -61,11 +61,17 @@ MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_DATA="${INSTALL_DATA}"
pre-extract:
- @${CAT} ${PKGDIR}/MESSAGE
+ @${ECHO} "Available switches:"
+ @${ECHO} "-------------------"
+ @${ECHO} "WITH_GNOME - Build GTK BitchX"
+ @${ECHO} "WITH_ESD - Build GTK BitchX with ESD sound support"
+ @${ECHO} "WITH_PLUGINS - Build the plugins"
+ @${ECHO} "WITH_LATIN - Recommended if you are using an ISO-8859-1 display"
+ @${ECHO} "WITH_TCL - Build BitchX with TCL scripting"
.if defined(WITH_TCL)
post-extract:
- @uudecode -p files/tcl-freebsd.o.uu > ${WRKSRC}/source/tcl.o
+ @uudecode -p ${FILESDIR}/tcl-freebsd.o.uu > ${WRKSRC}/source/tcl.o
.endif
.if defined(WITH_LATIN)