summaryrefslogtreecommitdiff
path: root/chat/xchat2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/xchat2/Makefile')
-rw-r--r--chat/xchat2/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile
deleted file mode 100644
index 68e4facdd90..00000000000
--- a/chat/xchat2/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.45 2005/06/03 10:13:29 tron Exp $
-
-MAINTAINER= tron@NetBSD.org
-
-.include "Makefile.common"
-
-COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit
-
-BUILD_USES_MSGFMT= YES
-
-CONFLICTS= xchat-gnome-[0-9]*
-
-USE_DIRS+= xdg-1.1
-USE_PKGLOCALEDIR= YES
-
-CONFIGURE_ARGS+= --enable-textfe
-CONFIGURE_ARGS+= --enable-tcl=no
-CONFIGURE_ARGS+= --disable-perl
-CONFIGURE_ARGS+= --disable-python
-
-LDFLAGS.IRIX+= -lX11
-LDFLAGS.Darwin+= -lX11
-
-.include "../../mk/bsd.prefs.mk"
-.include "options.mk"
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/lib/xchat/plugins
-
-.include "../../mk/bsd.pkg.mk"