diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-22 08:20:14 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-22 08:20:14 +0800 |
commit | 54f6e0ced5c60c91fd8090f93022618259285033 (patch) | |
tree | 5c111f92c219f68b14b207ff3696a15feb444bf6 /irc/xchat2 | |
parent | 1065d5ed6478ccd99a19b5e1cd53c8c012b11782 (diff) | |
download | freebsd-ports-gnome-54f6e0ced5c60c91fd8090f93022618259285033.tar.gz freebsd-ports-gnome-54f6e0ced5c60c91fd8090f93022618259285033.tar.zst freebsd-ports-gnome-54f6e0ced5c60c91fd8090f93022618259285033.zip |
whitespace nits
Diffstat (limited to 'irc/xchat2')
-rw-r--r-- | irc/xchat2/Makefile | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 394689d3a8c2..e6a2a8a41cd8 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/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: |