summaryrefslogtreecommitdiff
path: root/chat/gaim-gtk1/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-04-11 15:39:02 +0000
committerjmmv <jmmv>2003-04-11 15:39:02 +0000
commit830f7ef9569a7b99e4c6af4660ef6a3d3a18d785 (patch)
tree09f52d2cf227996f5ac1623a1663cc2e8c2bbf24 /chat/gaim-gtk1/Makefile
parent495538eda30e89b7f313e3e1a476c911bf1a742d (diff)
downloadpkgsrc-830f7ef9569a7b99e4c6af4660ef6a3d3a18d785.tar.gz
Reimport of gaim (0.59.8) as gaim-gtk1. Newer versions of gaim are going
to use gtk2, but people may still one the gtk1 based version (which will receive bugfixes only). Gaim is a clone of AOL's Instant Messenger client. It features nearly all of the functionality of the official AIM client while also being smaller and faster. Gaim also has plugins that let you use ICQ, Yahoo, MSN, IRC, Jabber, Napster, and Zephyr.
Diffstat (limited to 'chat/gaim-gtk1/Makefile')
-rw-r--r--chat/gaim-gtk1/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/chat/gaim-gtk1/Makefile b/chat/gaim-gtk1/Makefile
new file mode 100644
index 00000000000..ed1de78f10a
--- /dev/null
+++ b/chat/gaim-gtk1/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/04/11 15:39:02 jmmv Exp $
+#
+
+.include "Makefile.common"
+
+CONFLICTS+= gaim-[0-9]* gaim-gnome-[0-9]*
+
+USE_BUILDLINK2= YES
+
+CONFIGURE_ARGS+= --disable-gnome
+CONFIGURE_ARGS+= --disable-panel
+
+PLIST_SRC+= ${.CURDIR}/../gaim/PLIST
+
+.include "../../audio/esound/buildlink2.mk"
+.include "../../graphics/gdk-pixbuf/buildlink2.mk"
+.include "../../lang/perl5/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"