From 36f14835b2da7894c103c4489ce5a2909fde8610 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 18 Aug 2002 04:17:41 +0000 Subject: Remove xchat-devel in favor of the soon-to-be-committed xchat2. --- irc/xchat-devel/Makefile | 65 ------------------------------------------------ 1 file changed, 65 deletions(-) delete mode 100644 irc/xchat-devel/Makefile (limited to 'irc/xchat-devel/Makefile') diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile deleted file mode 100644 index d50eb21a7792..000000000000 --- a/irc/xchat-devel/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: xchat -# Date created: 17 Nov 1998 -# Whom: Jim Mock -# -# $FreeBSD$ -# - -PORTNAME= xchat -PORTVERSION= 1.7.8 -CATEGORIES= irc gnome -MASTER_SITES= http://xchat.org/files/source/1.7/ \ - http://xchat.linuxpower.org/files/source/1.7/ - -MAINTAINER= gnome@FreeBSD.org - -USE_X_PREFIX= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_IMLIB= yes -WANT_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-python --disable-nls - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" - -.include - -.if defined(WITH_SOCKS) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -CONFIGURE_ARGS+= --enable-socks -.endif - -.if defined(WITH_SSL) -USE_OPENSSL= YES -CONFIGURE_ARGS+= --enable-openssl -.endif - -.if defined(HAVE_GNOME) -USE_GNOME= yes -CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf -.else -CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf -.endif - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ - s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ - s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ - s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' - -post-install: -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "===> 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 -.endif - -.include -- cgit v1.2.3