Whitespace changes, and sort PLISTs.

This commit is contained in:
Jeremy Lea 2000-10-03 05:48:54 +00:00
parent f577d407ac
commit fb8af6b0ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33353
10 changed files with 204 additions and 204 deletions

View file

@ -23,8 +23,8 @@ LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
.endif .endif
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME) .if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
WITH_GDK_PIXBUF= YES WITH_GDK_PIXBUF=yes
WITH_PANEL= YES WITH_PANEL= yes
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
.endif .endif
@ -44,26 +44,26 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-python CONFIGURE_ARGS= --disable-python
.if defined(WITH_SOCKS) .if defined(WITH_SOCKS)
CONFIGURE_ARGS+= --enable-socks CONFIGURE_ARGS+=--enable-socks
.endif .endif
.if defined(WITH_GNOME) .if defined(WITH_GNOME)
CONFIGURE_ARGS+= --enable-gnome CONFIGURE_ARGS+=--enable-gnome
PLIST_SUB+= GNOME:="" PLIST_SUB+= GNOME:=""
.if defined(WITH_PANEL) .if defined(WITH_PANEL)
CONFIGURE_ARGS+= --enable-panel CONFIGURE_ARGS+=--enable-panel
.else .else
CONFIGURE_ARGS+= --disable-panel CONFIGURE_ARGS+=--disable-panel
.endif .endif
.else .else
CONFIGURE_ARGS+= --disable-gnome CONFIGURE_ARGS+=--disable-gnome
PLIST_SUB+= GNOME:="@comment " PLIST_SUB+= GNOME:="@comment "
.endif .endif
.if defined(WITH_GDK_PIXBUF) .if defined(WITH_GDK_PIXBUF)
CONFIGURE_ARGS+= --enable-gdk-pixbuf CONFIGURE_ARGS+=--enable-gdk-pixbuf
.else .else
CONFIGURE_ARGS+= --disable-gdk-pixbuf CONFIGURE_ARGS+=--disable-gdk-pixbuf
.endif .endif
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@ -77,9 +77,9 @@ post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
@${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
.endif .endif
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,8 +1,9 @@
bin/xchat bin/xchat
bin/xchat-text bin/xchat-text
share/doc/xchat/xchat.sgml share/doc/xchat/ChangeLog
share/doc/xchat/xchat.html share/doc/xchat/README
share/doc/xchat/xchat-1.html share/doc/xchat/xchat-1.html
share/doc/xchat/xchat-10.html
share/doc/xchat/xchat-2.html share/doc/xchat/xchat-2.html
share/doc/xchat/xchat-3.html share/doc/xchat/xchat-3.html
share/doc/xchat/xchat-4.html share/doc/xchat/xchat-4.html
@ -11,9 +12,8 @@ share/doc/xchat/xchat-6.html
share/doc/xchat/xchat-7.html share/doc/xchat/xchat-7.html
share/doc/xchat/xchat-8.html share/doc/xchat/xchat-8.html
share/doc/xchat/xchat-9.html share/doc/xchat/xchat-9.html
share/doc/xchat/xchat-10.html share/doc/xchat/xchat.html
share/doc/xchat/README share/doc/xchat/xchat.sgml
share/doc/xchat/ChangeLog
%%GNOME:%%share/gnome/apps/Internet/xchat.desktop %%GNOME:%%share/gnome/apps/Internet/xchat.desktop
%%GNOME:%%share/gnome/pixmaps/xchat.png %%GNOME:%%share/gnome/pixmaps/xchat.png
%%GNOME:%%share/gnome/pixmaps/xchat_wm.png %%GNOME:%%share/gnome/pixmaps/xchat_wm.png

View file

@ -23,8 +23,8 @@ LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
.endif .endif
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME) .if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
WITH_GDK_PIXBUF= YES WITH_GDK_PIXBUF=yes
WITH_PANEL= YES WITH_PANEL= yes
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
.endif .endif
@ -36,22 +36,22 @@ USE_BZIP2= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_PERL5= yes USE_PERL5= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS= --disable-python
.if defined(WITH_SOCKS) .if defined(WITH_SOCKS)
CONFIGURE_ARGS+= --enable-socks CONFIGURE_ARGS+=--enable-socks
.endif .endif
.if defined(WITH_GNOME) .if defined(WITH_GNOME)
CONFIGURE_ARGS+= --enable-gnome CONFIGURE_ARGS+=--enable-gnome
PLIST_SUB+= GNOME:="" PLIST_SUB+= GNOME:=""
.if defined(WITH_PANEL) .if defined(WITH_PANEL)
CONFIGURE_ARGS+= --enable-panel CONFIGURE_ARGS+=--enable-panel
.else .else
CONFIGURE_ARGS+= --disable-panel CONFIGURE_ARGS+=--disable-panel
.endif .endif
.else .else
CONFIGURE_ARGS+= --disable-gnome CONFIGURE_ARGS+=--disable-gnome
PLIST_SUB+= GNOME:="@comment " PLIST_SUB+= GNOME:="@comment "
.endif .endif
@ -65,9 +65,9 @@ post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
@${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
.endif .endif
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,8 +1,9 @@
bin/xchat bin/xchat
bin/xchat-text bin/xchat-text
share/doc/xchat/xchat.sgml share/doc/xchat/ChangeLog
share/doc/xchat/xchat.html share/doc/xchat/README
share/doc/xchat/xchat-1.html share/doc/xchat/xchat-1.html
share/doc/xchat/xchat-10.html
share/doc/xchat/xchat-2.html share/doc/xchat/xchat-2.html
share/doc/xchat/xchat-3.html share/doc/xchat/xchat-3.html
share/doc/xchat/xchat-4.html share/doc/xchat/xchat-4.html
@ -11,9 +12,8 @@ share/doc/xchat/xchat-6.html
share/doc/xchat/xchat-7.html share/doc/xchat/xchat-7.html
share/doc/xchat/xchat-8.html share/doc/xchat/xchat-8.html
share/doc/xchat/xchat-9.html share/doc/xchat/xchat-9.html
share/doc/xchat/xchat-10.html share/doc/xchat/xchat.html
share/doc/xchat/README share/doc/xchat/xchat.sgml
share/doc/xchat/ChangeLog
%%GNOME:%%share/gnome/apps/Internet/xchat.desktop %%GNOME:%%share/gnome/apps/Internet/xchat.desktop
%%GNOME:%%share/gnome/pixmaps/xchat.png %%GNOME:%%share/gnome/pixmaps/xchat.png
share/locale/cs/LC_MESSAGES/xchat.mo share/locale/cs/LC_MESSAGES/xchat.mo

View file

@ -23,8 +23,8 @@ LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
.endif .endif
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME) .if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
WITH_GDK_PIXBUF= YES WITH_GDK_PIXBUF=yes
WITH_PANEL= YES WITH_PANEL= yes
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
.endif .endif
@ -36,22 +36,22 @@ USE_BZIP2= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_PERL5= yes USE_PERL5= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS= --disable-python
.if defined(WITH_SOCKS) .if defined(WITH_SOCKS)
CONFIGURE_ARGS+= --enable-socks CONFIGURE_ARGS+=--enable-socks
.endif .endif
.if defined(WITH_GNOME) .if defined(WITH_GNOME)
CONFIGURE_ARGS+= --enable-gnome CONFIGURE_ARGS+=--enable-gnome
PLIST_SUB+= GNOME:="" PLIST_SUB+= GNOME:=""
.if defined(WITH_PANEL) .if defined(WITH_PANEL)
CONFIGURE_ARGS+= --enable-panel CONFIGURE_ARGS+=--enable-panel
.else .else
CONFIGURE_ARGS+= --disable-panel CONFIGURE_ARGS+=--disable-panel
.endif .endif
.else .else
CONFIGURE_ARGS+= --disable-gnome CONFIGURE_ARGS+=--disable-gnome
PLIST_SUB+= GNOME:="@comment " PLIST_SUB+= GNOME:="@comment "
.endif .endif
@ -65,9 +65,9 @@ post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
@${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
.endif .endif
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,8 +1,9 @@
bin/xchat bin/xchat
bin/xchat-text bin/xchat-text
share/doc/xchat/xchat.sgml share/doc/xchat/ChangeLog
share/doc/xchat/xchat.html share/doc/xchat/README
share/doc/xchat/xchat-1.html share/doc/xchat/xchat-1.html
share/doc/xchat/xchat-10.html
share/doc/xchat/xchat-2.html share/doc/xchat/xchat-2.html
share/doc/xchat/xchat-3.html share/doc/xchat/xchat-3.html
share/doc/xchat/xchat-4.html share/doc/xchat/xchat-4.html
@ -11,9 +12,8 @@ share/doc/xchat/xchat-6.html
share/doc/xchat/xchat-7.html share/doc/xchat/xchat-7.html
share/doc/xchat/xchat-8.html share/doc/xchat/xchat-8.html
share/doc/xchat/xchat-9.html share/doc/xchat/xchat-9.html
share/doc/xchat/xchat-10.html share/doc/xchat/xchat.html
share/doc/xchat/README share/doc/xchat/xchat.sgml
share/doc/xchat/ChangeLog
%%GNOME:%%share/gnome/apps/Internet/xchat.desktop %%GNOME:%%share/gnome/apps/Internet/xchat.desktop
%%GNOME:%%share/gnome/pixmaps/xchat.png %%GNOME:%%share/gnome/pixmaps/xchat.png
share/locale/cs/LC_MESSAGES/xchat.mo share/locale/cs/LC_MESSAGES/xchat.mo

View file

@ -23,8 +23,8 @@ LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
.endif .endif
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME) .if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
WITH_GDK_PIXBUF= YES WITH_GDK_PIXBUF=yes
WITH_PANEL= YES WITH_PANEL= yes
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
.endif .endif
@ -36,22 +36,22 @@ USE_BZIP2= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_PERL5= yes USE_PERL5= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS= --disable-python
.if defined(WITH_SOCKS) .if defined(WITH_SOCKS)
CONFIGURE_ARGS+= --enable-socks CONFIGURE_ARGS+=--enable-socks
.endif .endif
.if defined(WITH_GNOME) .if defined(WITH_GNOME)
CONFIGURE_ARGS+= --enable-gnome CONFIGURE_ARGS+=--enable-gnome
PLIST_SUB+= GNOME:="" PLIST_SUB+= GNOME:=""
.if defined(WITH_PANEL) .if defined(WITH_PANEL)
CONFIGURE_ARGS+= --enable-panel CONFIGURE_ARGS+=--enable-panel
.else .else
CONFIGURE_ARGS+= --disable-panel CONFIGURE_ARGS+=--disable-panel
.endif .endif
.else .else
CONFIGURE_ARGS+= --disable-gnome CONFIGURE_ARGS+=--disable-gnome
PLIST_SUB+= GNOME:="@comment " PLIST_SUB+= GNOME:="@comment "
.endif .endif
@ -65,9 +65,9 @@ post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
@${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
.endif .endif
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,8 +1,9 @@
bin/xchat bin/xchat
bin/xchat-text bin/xchat-text
share/doc/xchat/xchat.sgml share/doc/xchat/ChangeLog
share/doc/xchat/xchat.html share/doc/xchat/README
share/doc/xchat/xchat-1.html share/doc/xchat/xchat-1.html
share/doc/xchat/xchat-10.html
share/doc/xchat/xchat-2.html share/doc/xchat/xchat-2.html
share/doc/xchat/xchat-3.html share/doc/xchat/xchat-3.html
share/doc/xchat/xchat-4.html share/doc/xchat/xchat-4.html
@ -11,9 +12,8 @@ share/doc/xchat/xchat-6.html
share/doc/xchat/xchat-7.html share/doc/xchat/xchat-7.html
share/doc/xchat/xchat-8.html share/doc/xchat/xchat-8.html
share/doc/xchat/xchat-9.html share/doc/xchat/xchat-9.html
share/doc/xchat/xchat-10.html share/doc/xchat/xchat.html
share/doc/xchat/README share/doc/xchat/xchat.sgml
share/doc/xchat/ChangeLog
%%GNOME:%%share/gnome/apps/Internet/xchat.desktop %%GNOME:%%share/gnome/apps/Internet/xchat.desktop
%%GNOME:%%share/gnome/pixmaps/xchat.png %%GNOME:%%share/gnome/pixmaps/xchat.png
share/locale/cs/LC_MESSAGES/xchat.mo share/locale/cs/LC_MESSAGES/xchat.mo

View file

@ -23,8 +23,8 @@ LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
.endif .endif
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME) .if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
WITH_GDK_PIXBUF= YES WITH_GDK_PIXBUF=yes
WITH_PANEL= YES WITH_PANEL= yes
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
.endif .endif
@ -36,22 +36,22 @@ USE_BZIP2= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_PERL5= yes USE_PERL5= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS= --disable-python
.if defined(WITH_SOCKS) .if defined(WITH_SOCKS)
CONFIGURE_ARGS+= --enable-socks CONFIGURE_ARGS+=--enable-socks
.endif .endif
.if defined(WITH_GNOME) .if defined(WITH_GNOME)
CONFIGURE_ARGS+= --enable-gnome CONFIGURE_ARGS+=--enable-gnome
PLIST_SUB+= GNOME:="" PLIST_SUB+= GNOME:=""
.if defined(WITH_PANEL) .if defined(WITH_PANEL)
CONFIGURE_ARGS+= --enable-panel CONFIGURE_ARGS+=--enable-panel
.else .else
CONFIGURE_ARGS+= --disable-panel CONFIGURE_ARGS+=--disable-panel
.endif .endif
.else .else
CONFIGURE_ARGS+= --disable-gnome CONFIGURE_ARGS+=--disable-gnome
PLIST_SUB+= GNOME:="@comment " PLIST_SUB+= GNOME:="@comment "
.endif .endif
@ -65,9 +65,9 @@ post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
@${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
.endif .endif
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,8 +1,9 @@
bin/xchat bin/xchat
bin/xchat-text bin/xchat-text
share/doc/xchat/xchat.sgml share/doc/xchat/ChangeLog
share/doc/xchat/xchat.html share/doc/xchat/README
share/doc/xchat/xchat-1.html share/doc/xchat/xchat-1.html
share/doc/xchat/xchat-10.html
share/doc/xchat/xchat-2.html share/doc/xchat/xchat-2.html
share/doc/xchat/xchat-3.html share/doc/xchat/xchat-3.html
share/doc/xchat/xchat-4.html share/doc/xchat/xchat-4.html
@ -11,9 +12,8 @@ share/doc/xchat/xchat-6.html
share/doc/xchat/xchat-7.html share/doc/xchat/xchat-7.html
share/doc/xchat/xchat-8.html share/doc/xchat/xchat-8.html
share/doc/xchat/xchat-9.html share/doc/xchat/xchat-9.html
share/doc/xchat/xchat-10.html share/doc/xchat/xchat.html
share/doc/xchat/README share/doc/xchat/xchat.sgml
share/doc/xchat/ChangeLog
%%GNOME:%%share/gnome/apps/Internet/xchat.desktop %%GNOME:%%share/gnome/apps/Internet/xchat.desktop
%%GNOME:%%share/gnome/pixmaps/xchat.png %%GNOME:%%share/gnome/pixmaps/xchat.png
share/locale/cs/LC_MESSAGES/xchat.mo share/locale/cs/LC_MESSAGES/xchat.mo