From 94a193f3ef4dd4d046f19e7d8859f538978fcb36 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 22 Apr 2000 00:20:14 +0000 Subject: whitespace nits --- irc/xchat-devel/Makefile | 52 ++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'irc/xchat-devel/Makefile') diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile index 394689d3a8c2..e6a2a8a41cd8 100644 --- a/irc/xchat-devel/Makefile +++ b/irc/xchat-devel/Makefile @@ -5,53 +5,53 @@ # $FreeBSD$ # -PORTNAME= xchat -PORTVERSION= 1.4.2 -CATEGORIES= irc -MASTER_SITES= http://xchat.org/files/source/1.4/ \ - http://xchat.linuxpower.org/files/source/1.4/ +PORTNAME= xchat +PORTVERSION= 1.4.2 +CATEGORIES= irc +MASTER_SITES= http://xchat.org/files/source/1.4/ \ + http://xchat.linuxpower.org/files/source/1.4/ -MAINTAINER= jim@FreeBSD.org +MAINTAINER= jim@FreeBSD.org .if defined(WITH_SOCKS) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 +BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 .endif -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - Imlib.5:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + Imlib.5:${PORTSDIR}/graphics/imlib .if defined(WITH_GNOME) -LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs .endif -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -USE_X_PREFIX= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-nls --disable-python +USE_X_PREFIX= yes +USE_BZIP2= yes +USE_GMAKE= yes +USE_PERL5= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-nls --disable-python .if defined(WITH_SOCKS) -CONFIGURE_ARGS+= --enable-socks +CONFIGURE_ARGS+= --enable-socks .endif .if defined(WITH_GNOME) -CONFIGURE_ARGS+= --enable-gnome +CONFIGURE_ARGS+= --enable-gnome .if defined(WITH_PANEL) -CONFIGURE_ARGS+= --enable-panel +CONFIGURE_ARGS+= --enable-panel .else -CONFIGURE_ARGS+= --disable-panel +CONFIGURE_ARGS+= --disable-panel .endif .else -CONFIGURE_ARGS+= --disable-gnome +CONFIGURE_ARGS+= --disable-gnome .endif -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ - GLIB_CONFIG="${GLIB_CONFIG}" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ + GLIB_CONFIG="${GLIB_CONFIG}" .if defined(WITH_GNOME) -PLIST= ${PKGDIR}/PLIST.gnome +PLIST= ${PKGDIR}/PLIST.gnome .endif post-install: -- cgit v1.2.3