aboutsummaryrefslogtreecommitdiff
path: root/irc/bitchx
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-09-09 13:14:50 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-09-09 13:14:50 +0000
commitcbd3fd8f50127582c21a5b2d116e496efa67fc76 (patch)
tree020a6eee12869209186741ccc9038323b89ecf68 /irc/bitchx
parent2ae62137717cc9a895b73726c95648472d2bee72 (diff)
downloadports-cbd3fd8f50127582c21a5b2d116e496efa67fc76.tar.gz
ports-cbd3fd8f50127582c21a5b2d116e496efa67fc76.zip
Notes
Diffstat (limited to 'irc/bitchx')
-rw-r--r--irc/bitchx/Makefile18
1 files changed, 4 insertions, 14 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile
index 101f9124b4fd..f5ffb5e7b0cd 100644
--- a/irc/bitchx/Makefile
+++ b/irc/bitchx/Makefile
@@ -23,12 +23,12 @@ WRKSRC= ${WRKDIR}/BitchX
USE_AUTOCONF= yes
USE_GMAKE= yes
.if defined(WITH_GNOME)
-CONFIGURE_ARGS+= --with-gtk --enable-sound
+CONFIGURE_ARGS+= --with-gtk
.else
CONFIGURE_ARGS+= --without-gtk
.endif
.if defined(WITH_ESD)
-CONFIGURE_ARGS+= --with-gtk --enable-sound
+CONFIGURE_ARGS+= --enable-sound
.endif
.if defined(WITH_PLUGINS)
CONFIGURE_ARGS+= --with-plugins=pkga,possum,encrypt,hint,abot,acro,amp,blowfish,scan,wavplay,qmail,fserv,nap,qbx
@@ -47,19 +47,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_DATA="${INSTALL_DATA}"
-.if !defined(WITH_GNOME)
pre-extract:
- @${ECHO} "Define WITH_GNOME if you want to build GTK BitchX"
-.endif
-.if !defined(WITH_ESD)
- @${ECHO} "Define WITH_ESD for ESD sound support in GTK BitchX"
-.endif
-.if !defined(WITH_PLUGINS)
- @${ECHO} "Define WITH_PLUGINS if you wish to build the plugins"
-.endif
-.if !defined(WITH_LATIN)
- @${ECHO} "Define WITH_LATIN if you are using an ISO-8859-1 screenfont"
-.endif
+ @${CAT} ${PKGDIR}/MESSAGE
+
.if defined(WITH_LATIN)
pre-patch:
@${PERL} -pi -e "s!#undef LATIN1!#define LATIN1!" ${WRKSRC}/include/config.h