whitespace nits
This commit is contained in:
parent
75e57b0efb
commit
94a193f3ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27870
5 changed files with 130 additions and 130 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue