mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Whitespace changes, and sort PLISTs.
This commit is contained in:
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
|
@ -5,81 +5,81 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xchat
|
||||
PORTVERSION= 1.5.7
|
||||
CATEGORIES= irc gnome
|
||||
MASTER_SITES= http://xchat.org/files/source/1.5/ \
|
||||
http://xchat.linuxpower.org/files/source/1.5/
|
||||
PORTNAME= xchat
|
||||
PORTVERSION= 1.5.7
|
||||
CATEGORIES= irc gnome
|
||||
MASTER_SITES= http://xchat.org/files/source/1.5/ \
|
||||
http://xchat.linuxpower.org/files/source/1.5/
|
||||
|
||||
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.4:${PORTSDIR}/x11/gnomelibs
|
||||
LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
|
||||
WITH_GDK_PIXBUF= YES
|
||||
WITH_PANEL= YES
|
||||
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
||||
WITH_GDK_PIXBUF=yes
|
||||
WITH_PANEL= yes
|
||||
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GDK_PIXBUF)
|
||||
LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
||||
LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
||||
.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
|
||||
GDK_PIXBUF_CONFIG?= ${X11BASE}/bin/gdk-pixbuf-config
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-python
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-python
|
||||
|
||||
.if defined(WITH_SOCKS)
|
||||
CONFIGURE_ARGS+= --enable-socks
|
||||
CONFIGURE_ARGS+=--enable-socks
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNOME)
|
||||
CONFIGURE_ARGS+= --enable-gnome
|
||||
PLIST_SUB+= GNOME:=""
|
||||
CONFIGURE_ARGS+=--enable-gnome
|
||||
PLIST_SUB+= 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
|
||||
PLIST_SUB+= GNOME:="@comment "
|
||||
CONFIGURE_ARGS+=--disable-gnome
|
||||
PLIST_SUB+= GNOME:="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GDK_PIXBUF)
|
||||
CONFIGURE_ARGS+= --enable-gdk-pixbuf
|
||||
CONFIGURE_ARGS+=--enable-gdk-pixbuf
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-gdk-pixbuf
|
||||
CONFIGURE_ARGS+=--disable-gdk-pixbuf
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
GDK_PIXBUF_CONFIG="${GDK_PIXBUF_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
GDK_PIXBUF_CONFIG="${GDK_PIXBUF_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/xchat
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO} "===> Installing xchat docs in ${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}/README ${PREFIX}/share/doc/xchat
|
||||
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
bin/xchat
|
||||
bin/xchat-text
|
||||
share/doc/xchat/xchat.sgml
|
||||
share/doc/xchat/xchat.html
|
||||
share/doc/xchat/ChangeLog
|
||||
share/doc/xchat/README
|
||||
share/doc/xchat/xchat-1.html
|
||||
share/doc/xchat/xchat-10.html
|
||||
share/doc/xchat/xchat-2.html
|
||||
share/doc/xchat/xchat-3.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-8.html
|
||||
share/doc/xchat/xchat-9.html
|
||||
share/doc/xchat/xchat-10.html
|
||||
share/doc/xchat/README
|
||||
share/doc/xchat/ChangeLog
|
||||
share/doc/xchat/xchat.html
|
||||
share/doc/xchat/xchat.sgml
|
||||
%%GNOME:%%share/gnome/apps/Internet/xchat.desktop
|
||||
%%GNOME:%%share/gnome/pixmaps/xchat.png
|
||||
%%GNOME:%%share/gnome/pixmaps/xchat_wm.png
|
||||
|
|
|
@ -5,69 +5,69 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xchat
|
||||
PORTVERSION= 1.4.3
|
||||
CATEGORIES+= irc gnome
|
||||
MASTER_SITES= http://xchat.org/files/source/1.4/ \
|
||||
http://xchat.linuxpower.org/files/source/1.4/
|
||||
PORTNAME= xchat
|
||||
PORTVERSION= 1.4.3
|
||||
CATEGORIES+= irc gnome
|
||||
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.4:${PORTSDIR}/x11/gnomelibs
|
||||
LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
|
||||
WITH_GDK_PIXBUF= YES
|
||||
WITH_PANEL= YES
|
||||
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
||||
WITH_GDK_PIXBUF=yes
|
||||
WITH_PANEL= yes
|
||||
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
||||
.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-python
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-python
|
||||
|
||||
.if defined(WITH_SOCKS)
|
||||
CONFIGURE_ARGS+= --enable-socks
|
||||
CONFIGURE_ARGS+=--enable-socks
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNOME)
|
||||
CONFIGURE_ARGS+= --enable-gnome
|
||||
PLIST_SUB+= GNOME:=""
|
||||
CONFIGURE_ARGS+=--enable-gnome
|
||||
PLIST_SUB+= 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
|
||||
PLIST_SUB+= GNOME:="@comment "
|
||||
CONFIGURE_ARGS+=--disable-gnome
|
||||
PLIST_SUB+= GNOME:="@comment "
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/xchat
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO} "===> Installing xchat docs in ${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}/README ${PREFIX}/share/doc/xchat
|
||||
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
bin/xchat
|
||||
bin/xchat-text
|
||||
share/doc/xchat/xchat.sgml
|
||||
share/doc/xchat/xchat.html
|
||||
share/doc/xchat/ChangeLog
|
||||
share/doc/xchat/README
|
||||
share/doc/xchat/xchat-1.html
|
||||
share/doc/xchat/xchat-10.html
|
||||
share/doc/xchat/xchat-2.html
|
||||
share/doc/xchat/xchat-3.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-8.html
|
||||
share/doc/xchat/xchat-9.html
|
||||
share/doc/xchat/xchat-10.html
|
||||
share/doc/xchat/README
|
||||
share/doc/xchat/ChangeLog
|
||||
share/doc/xchat/xchat.html
|
||||
share/doc/xchat/xchat.sgml
|
||||
%%GNOME:%%share/gnome/apps/Internet/xchat.desktop
|
||||
%%GNOME:%%share/gnome/pixmaps/xchat.png
|
||||
share/locale/cs/LC_MESSAGES/xchat.mo
|
||||
|
|
|
@ -5,69 +5,69 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xchat
|
||||
PORTVERSION= 1.4.3
|
||||
CATEGORIES+= irc gnome
|
||||
MASTER_SITES= http://xchat.org/files/source/1.4/ \
|
||||
http://xchat.linuxpower.org/files/source/1.4/
|
||||
PORTNAME= xchat
|
||||
PORTVERSION= 1.4.3
|
||||
CATEGORIES+= irc gnome
|
||||
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.4:${PORTSDIR}/x11/gnomelibs
|
||||
LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
|
||||
WITH_GDK_PIXBUF= YES
|
||||
WITH_PANEL= YES
|
||||
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
||||
WITH_GDK_PIXBUF=yes
|
||||
WITH_PANEL= yes
|
||||
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
||||
.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-python
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-python
|
||||
|
||||
.if defined(WITH_SOCKS)
|
||||
CONFIGURE_ARGS+= --enable-socks
|
||||
CONFIGURE_ARGS+=--enable-socks
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNOME)
|
||||
CONFIGURE_ARGS+= --enable-gnome
|
||||
PLIST_SUB+= GNOME:=""
|
||||
CONFIGURE_ARGS+=--enable-gnome
|
||||
PLIST_SUB+= 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
|
||||
PLIST_SUB+= GNOME:="@comment "
|
||||
CONFIGURE_ARGS+=--disable-gnome
|
||||
PLIST_SUB+= GNOME:="@comment "
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/xchat
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO} "===> Installing xchat docs in ${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}/README ${PREFIX}/share/doc/xchat
|
||||
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
bin/xchat
|
||||
bin/xchat-text
|
||||
share/doc/xchat/xchat.sgml
|
||||
share/doc/xchat/xchat.html
|
||||
share/doc/xchat/ChangeLog
|
||||
share/doc/xchat/README
|
||||
share/doc/xchat/xchat-1.html
|
||||
share/doc/xchat/xchat-10.html
|
||||
share/doc/xchat/xchat-2.html
|
||||
share/doc/xchat/xchat-3.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-8.html
|
||||
share/doc/xchat/xchat-9.html
|
||||
share/doc/xchat/xchat-10.html
|
||||
share/doc/xchat/README
|
||||
share/doc/xchat/ChangeLog
|
||||
share/doc/xchat/xchat.html
|
||||
share/doc/xchat/xchat.sgml
|
||||
%%GNOME:%%share/gnome/apps/Internet/xchat.desktop
|
||||
%%GNOME:%%share/gnome/pixmaps/xchat.png
|
||||
share/locale/cs/LC_MESSAGES/xchat.mo
|
||||
|
|
|
@ -5,69 +5,69 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xchat
|
||||
PORTVERSION= 1.4.3
|
||||
CATEGORIES+= irc gnome
|
||||
MASTER_SITES= http://xchat.org/files/source/1.4/ \
|
||||
http://xchat.linuxpower.org/files/source/1.4/
|
||||
PORTNAME= xchat
|
||||
PORTVERSION= 1.4.3
|
||||
CATEGORIES+= irc gnome
|
||||
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.4:${PORTSDIR}/x11/gnomelibs
|
||||
LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
|
||||
WITH_GDK_PIXBUF= YES
|
||||
WITH_PANEL= YES
|
||||
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
||||
WITH_GDK_PIXBUF=yes
|
||||
WITH_PANEL= yes
|
||||
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
||||
.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-python
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-python
|
||||
|
||||
.if defined(WITH_SOCKS)
|
||||
CONFIGURE_ARGS+= --enable-socks
|
||||
CONFIGURE_ARGS+=--enable-socks
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNOME)
|
||||
CONFIGURE_ARGS+= --enable-gnome
|
||||
PLIST_SUB+= GNOME:=""
|
||||
CONFIGURE_ARGS+=--enable-gnome
|
||||
PLIST_SUB+= 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
|
||||
PLIST_SUB+= GNOME:="@comment "
|
||||
CONFIGURE_ARGS+=--disable-gnome
|
||||
PLIST_SUB+= GNOME:="@comment "
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/xchat
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO} "===> Installing xchat docs in ${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}/README ${PREFIX}/share/doc/xchat
|
||||
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
bin/xchat
|
||||
bin/xchat-text
|
||||
share/doc/xchat/xchat.sgml
|
||||
share/doc/xchat/xchat.html
|
||||
share/doc/xchat/ChangeLog
|
||||
share/doc/xchat/README
|
||||
share/doc/xchat/xchat-1.html
|
||||
share/doc/xchat/xchat-10.html
|
||||
share/doc/xchat/xchat-2.html
|
||||
share/doc/xchat/xchat-3.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-8.html
|
||||
share/doc/xchat/xchat-9.html
|
||||
share/doc/xchat/xchat-10.html
|
||||
share/doc/xchat/README
|
||||
share/doc/xchat/ChangeLog
|
||||
share/doc/xchat/xchat.html
|
||||
share/doc/xchat/xchat.sgml
|
||||
%%GNOME:%%share/gnome/apps/Internet/xchat.desktop
|
||||
%%GNOME:%%share/gnome/pixmaps/xchat.png
|
||||
share/locale/cs/LC_MESSAGES/xchat.mo
|
||||
|
|
|
@ -5,69 +5,69 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xchat
|
||||
PORTVERSION= 1.4.3
|
||||
CATEGORIES+= irc gnome
|
||||
MASTER_SITES= http://xchat.org/files/source/1.4/ \
|
||||
http://xchat.linuxpower.org/files/source/1.4/
|
||||
PORTNAME= xchat
|
||||
PORTVERSION= 1.4.3
|
||||
CATEGORIES+= irc gnome
|
||||
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.4:${PORTSDIR}/x11/gnomelibs
|
||||
LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
|
||||
WITH_GDK_PIXBUF= YES
|
||||
WITH_PANEL= YES
|
||||
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
||||
WITH_GDK_PIXBUF=yes
|
||||
WITH_PANEL= yes
|
||||
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
||||
.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-python
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-python
|
||||
|
||||
.if defined(WITH_SOCKS)
|
||||
CONFIGURE_ARGS+= --enable-socks
|
||||
CONFIGURE_ARGS+=--enable-socks
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNOME)
|
||||
CONFIGURE_ARGS+= --enable-gnome
|
||||
PLIST_SUB+= GNOME:=""
|
||||
CONFIGURE_ARGS+=--enable-gnome
|
||||
PLIST_SUB+= 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
|
||||
PLIST_SUB+= GNOME:="@comment "
|
||||
CONFIGURE_ARGS+=--disable-gnome
|
||||
PLIST_SUB+= GNOME:="@comment "
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/xchat
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO} "===> Installing xchat docs in ${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}/README ${PREFIX}/share/doc/xchat
|
||||
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
bin/xchat
|
||||
bin/xchat-text
|
||||
share/doc/xchat/xchat.sgml
|
||||
share/doc/xchat/xchat.html
|
||||
share/doc/xchat/ChangeLog
|
||||
share/doc/xchat/README
|
||||
share/doc/xchat/xchat-1.html
|
||||
share/doc/xchat/xchat-10.html
|
||||
share/doc/xchat/xchat-2.html
|
||||
share/doc/xchat/xchat-3.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-8.html
|
||||
share/doc/xchat/xchat-9.html
|
||||
share/doc/xchat/xchat-10.html
|
||||
share/doc/xchat/README
|
||||
share/doc/xchat/ChangeLog
|
||||
share/doc/xchat/xchat.html
|
||||
share/doc/xchat/xchat.sgml
|
||||
%%GNOME:%%share/gnome/apps/Internet/xchat.desktop
|
||||
%%GNOME:%%share/gnome/pixmaps/xchat.png
|
||||
share/locale/cs/LC_MESSAGES/xchat.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue