pkgsrc/chat/msnre/Makefile
minskim 2e5feb6474 Import msnre, packaged by Jung-Min Seo (luapzz at gmail dot com), and
modified by me.

MSNre is a lightweight but powerful console-based MSN Instant
Messenger clone.  It has many features, including instant messaging,
sending messages to cell phones, file transfer, complete
contacts/groups management, email notifications, auto-away messages,
netmeeting support, aliases, messages logging, event scripts, local
contact list, multi-user chat support, ability to encode characters in
the system locale, and much more.
2004-12-03 17:30:06 +00:00

22 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/12/03 17:30:06 minskim Exp $
#
DISTNAME= msnre-0.91
CATEGORIES= chat
MASTER_SITES= http://puzzle.dl.sourceforge.net/sourceforge/msnre/
MAINTAINER= luapzz@gmail.com
HOMEPAGE= http://msnre.sourceforge.net/
COMMENT= Console-based MSN Instant Messenger clone
DEPENDS+= p5-Curses-[0-9]*:../../devel/p5-Curses
DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/msnre/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"