diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 00:20:14 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 00:20:14 +0000 |
commit | 94a193f3ef4dd4d046f19e7d8859f538978fcb36 (patch) | |
tree | 4abc34db9f0fbeab6b1300f603b0f574fc2d67b3 /irc/xchat-gnome | |
parent | 75e57b0efb4cbaee38fb8cc4f807069b6b745359 (diff) | |
download | ports-94a193f3ef4dd4d046f19e7d8859f538978fcb36.tar.gz ports-94a193f3ef4dd4d046f19e7d8859f538978fcb36.zip |
Notes
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r-- | irc/xchat-gnome/Makefile | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 394689d3a8c2..e6a2a8a41cd8 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/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: |