summaryrefslogtreecommitdiff
path: root/chat/xchat/Makefile.common
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2005-06-06 11:35:39 +0000
committertron <tron@pkgsrc.org>2005-06-06 11:35:39 +0000
commit7659885c661fd84f304be16eb2dfb6c10a20ca9c (patch)
tree9b1d1a1df33030c75a7afe0664d77a53f36368cc /chat/xchat/Makefile.common
parentc65b1c3e4bd186c1676e9da7f331f8eccb5fdd8e (diff)
downloadpkgsrc-7659885c661fd84f304be16eb2dfb6c10a20ca9c.tar.gz
Replace the outdated "xchat" package (version 1.8.11) with the
"xchat2" package (version 2.4.3).
Diffstat (limited to 'chat/xchat/Makefile.common')
-rw-r--r--chat/xchat/Makefile.common21
1 files changed, 21 insertions, 0 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common
new file mode 100644
index 00000000000..b3f29cb656a
--- /dev/null
+++ b/chat/xchat/Makefile.common
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile.common,v 1.40 2005/06/06 11:35:39 tron Exp $
+#
+# Please do not merge this file into "Makefile" because it is used by
+# packages in "pkgsrc-wip".
+
+DISTNAME= xchat-2.4.3
+CATEGORIES= chat gnome
+MASTER_SITES= http://www.xchat.org/files/source/2.4/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER?= minskim@NetBSD.org
+HOMEPAGE= http://www.xchat.org/
+
+DISTINFO_FILE= ${.CURDIR}/../../chat/xchat2/distinfo
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+USE_TOOLS+= gmake
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"