diff options
Diffstat (limited to 'chat/weechat/Makefile')
-rw-r--r-- | chat/weechat/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile new file mode 100644 index 00000000000..dfe947faa3c --- /dev/null +++ b/chat/weechat/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 17:45:31 xtraeme Exp $ +# + +DISTNAME= weechat-0.0.6 +CATEGORIES= chat +MASTER_SITES= http://weechat.flashtux.org/download/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://weechat.flashtux.org/ +COMMENT= Lightweight and user friendly curses based IRC client + +BUILD_USES_MSGFMT= yes + +USE_BUILDLINK3= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |