diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-02 05:08:49 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-02 05:08:49 +0800 |
commit | 799f607397e857c421062ce34524be8c0ac7440b (patch) | |
tree | a97fc8af2f83efa41af4f2e9c7664f809854341a /irc/xchat/Makefile | |
parent | b606394cdcb9af3c584ea2e127ca70b1c7bf2580 (diff) | |
download | marcuscom-ports-799f607397e857c421062ce34524be8c0ac7440b.tar marcuscom-ports-799f607397e857c421062ce34524be8c0ac7440b.tar.gz marcuscom-ports-799f607397e857c421062ce34524be8c0ac7440b.tar.bz2 marcuscom-ports-799f607397e857c421062ce34524be8c0ac7440b.tar.lz marcuscom-ports-799f607397e857c421062ce34524be8c0ac7440b.tar.xz marcuscom-ports-799f607397e857c421062ce34524be8c0ac7440b.tar.zst marcuscom-ports-799f607397e857c421062ce34524be8c0ac7440b.zip |
remove irc/xchat, merged to ports already.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17276 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'irc/xchat/Makefile')
-rw-r--r-- | irc/xchat/Makefile | 130 |
1 files changed, 0 insertions, 130 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile deleted file mode 100644 index fd8243871..000000000 --- a/irc/xchat/Makefile +++ /dev/null @@ -1,130 +0,0 @@ -# New ports collection makefile for: xchat2 -# Date created: 17 Aug 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= xchat -PORTVERSION= 2.8.8 -PORTREVISION= 1 -CATEGORIES= irc gnome ipv6 -MASTER_SITES= SF/${PORTNAME}/ \ - http://xchat.org/files/source/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An X11 IRC client using the GTK+ 2 toolkit - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -CONFLICTS= xchat-1* xchat-systray-plugin-[0-9]* - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -DGLIB_COMPILATION -CONFIGURE_ARGS= --enable-ipv6 -WANT_PERL= yes - -OPTIONS= DBUS "Enable DBUS support" on \ - GTKSPELL "Enable spell check support using gtkspell" on \ - LIBSEXY "Enable spell check support using libsexy" off \ - NOTIFY "Depend on libnotify for notifications" off \ - PERL "Enable Perl support" on \ - PYTHON "Enable Python support" off \ - SOCKS "Build with socks5 support" off \ - TCL "Enable TCL support" off - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -.endif - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -CONFIGURE_ARGS+=--enable-dbus -USE_GNOME+= gconf2 -GCONF_SCHEMAS+= apps_xchat_url_handler.schemas -PLIST_SUB+= DBUS="" -.else -CONFIGURE_ARGS+=--disable-dbus -PLIST_SUB+= DBUS="@comment " -.endif - -.if defined(WITH_GTKSPELL) -.if defined(WITH_LIBSEXY) -BROKEN= You can select only one of GTKSPELL and LIBSEXY for spell check support -.endif -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell -CONFIGURE_ARGS+=--enable-spell=gtkspell -.endif - -.if defined(WITH_LIBSEXY) -.if defined(WITH_GTKSPELL) -BROKEN= You can select only one of GTKSPELL and LIBSEXY for spell check support -.endif -LIB_DEPENDS+= sexy.2:${PORTSDIR}/x11-toolkits/libsexy -CONFIGURE_ARGS+=--enable-spell=libsexy -.endif - -.if !defined(WITH_GTKSPELL) && !defined(WITH_LIBSEXY) -CONFIGURE_ARGS+=--enable-spell=none -.endif - -.if defined(WITH_NOTIFY) -RUN_DEPENDS+= notify-send:${PORTSDIR}/devel/libnotify \ - ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon -.endif - -.if defined(WITHOUT_PERL) -CONFIGURE_ARGS+=--disable-perl -PLIST_SUB+= PERL="@comment " -.else -USE_PERL5= yes -CONFIGURE_ARGS+=--enable-perl -PLIST_SUB+= PERL="" -.endif - -.if defined(WITH_PYTHON) -.include "${PORTSDIR}/Mk/bsd.python.mk" -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -.if defined(WITH_SOCKS) -LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante -CONFIGURE_ARGS+=--enable-socks -.endif - -.if defined(WITH_TCL) -USE_TCL= 84+ -.include "${PORTSDIR}/Mk/bsd.tcl.mk" -CONFIGURE_ARGS+=--enable-tcl=${TCL_LIBDIR} -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} \ - -L${TCL_LIBDIR}" -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ - -I${TCL_INCLUDEDIR} -PLIST_SUB+= TCL="" -.else -CONFIGURE_ARGS+=--enable-tcl=no -PLIST_SUB+= TCL="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \ - ${WRKSRC}/configure - -# Create plugins directory even when no plugins are installed -post-install: - @${MKDIR} ${PREFIX}/lib/xchat/plugins - -.include <bsd.port.post.mk> |