summaryrefslogtreecommitdiff
path: root/irc/xchat-devel
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-22 00:20:14 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-22 00:20:14 +0000
commit94a193f3ef4dd4d046f19e7d8859f538978fcb36 (patch)
tree4abc34db9f0fbeab6b1300f603b0f574fc2d67b3 /irc/xchat-devel
parentThe commit for rev 1.3 was an accident. Rev 1.3 actually fixes the (diff)
whitespace nits
Notes
Notes: svn path=/head/; revision=27870
Diffstat (limited to 'irc/xchat-devel')
-rw-r--r--irc/xchat-devel/Makefile52
1 files changed, 26 insertions, 26 deletions
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: