summaryrefslogtreecommitdiff
path: root/chat/lmme/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2002-05-31 10:20:04 +0000
committeruebayasi <uebayasi@pkgsrc.org>2002-05-31 10:20:04 +0000
commit9184d09bdb1962c13832207e80b07cdaac519de2 (patch)
treeb89e16b4669ab78f1fc38cfbb0011d36f29c59a0 /chat/lmme/Makefile
parenta768adf79e545efc01452e433267fe66bdfd5cc2 (diff)
downloadpkgsrc-9184d09bdb1962c13832207e80b07cdaac519de2.tar.gz
Initial import of lmme-0.6.4 posted by Ben Collver <collver@linuxfreemail.com>
in pkg/16903. LMME (Linux MSN Messenger Engine) is a fully asynchronous, multithreaded MSN protocol engine. Preliminary releases will be statically combined with an ncurses console-based EPIC4-like interface for instant messaging functionality.
Diffstat (limited to 'chat/lmme/Makefile')
-rw-r--r--chat/lmme/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/chat/lmme/Makefile b/chat/lmme/Makefile
new file mode 100644
index 00000000000..dce43621f8b
--- /dev/null
+++ b/chat/lmme/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 10:20:04 uebayasi Exp $
+#
+
+DISTNAME= lmme-0.6.4
+CATEGORIES= chat
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lmme/}
+
+MAINTAINER= collver@linuxfreemail.com
+HOMEPAGE= http://lmme.sourceforge.net/
+COMMENT= curses-based client for MSN Messenger chat system
+
+USE_BUILDLINK_ONLY= YES
+USE_GMAKE= YES
+GNU_CONFIGURE= YES
+CXXFLAGS+= -Dselect=pth_select -Dsleep=pth_sleep -Dread=pth_read -Dwrite=pth_write
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/lmme ${PREFIX}/bin/lmme
+
+.include "../../devel/pth/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"