summaryrefslogtreecommitdiff
path: root/chat/xchat-gnome
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-07-26 17:31:34 +0000
committerwiz <wiz@pkgsrc.org>2002-07-26 17:31:34 +0000
commitfae70c72e605066f778088e2f85f92150218ddff (patch)
tree8f34d41899e254e7864e0d8464269a81b0cbbcad /chat/xchat-gnome
parent96e7033f6532cfe336c3dede41434d2912591c3c (diff)
downloadpkgsrc-fae70c72e605066f778088e2f85f92150218ddff.tar.gz
Initial import of xchat-gnome, a gnome version of xchat; plain
xchat will become non-gnome in the next commit.
Diffstat (limited to 'chat/xchat-gnome')
-rw-r--r--chat/xchat-gnome/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/chat/xchat-gnome/Makefile b/chat/xchat-gnome/Makefile
new file mode 100644
index 00000000000..abb67594946
--- /dev/null
+++ b/chat/xchat-gnome/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/07/26 17:31:34 wiz Exp $
+
+.include "../xchat/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/-/-gnome-/}
+CONFLICTS+= xchat-[0-9]*
+COMMENT+= and GNOME libraries
+
+CONFIGURE_ARGS+= --enable-panel
+
+.include "../../graphics/gdk-pixbuf-gnome/buildlink.mk"
+.include "../../x11/gnome-core/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"