diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-10-28 18:40:22 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-10-28 18:40:22 +0000 |
commit | 0c0dff62a7e33c3c528b45c0f67ed67144dff1c6 (patch) | |
tree | 426a167bff9c55c4f58fd5575826d5b84ff87511 /chat/navi2ch/Makefile | |
parent | ec2b8065fcfdb7f88fd3f5e23c44edc277cd986c (diff) | |
download | pkgsrc-0c0dff62a7e33c3c528b45c0f67ed67144dff1c6.tar.gz |
Initial import of Navi2ch 1.6.0.
Navi2ch is a viewer program dedicated to chatting in 2ch.net - the biggest,
most famous, influencial BBS in Japan.
Although this software is really well-written, It's worth noting that most
opinions/informations found in 2ch.net are next to senseless. Thus, Good
NetBSD users are really encouraged not to devote themselves to 2ch! :-)
Diffstat (limited to 'chat/navi2ch/Makefile')
-rw-r--r-- | chat/navi2ch/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/chat/navi2ch/Makefile b/chat/navi2ch/Makefile new file mode 100644 index 00000000000..97b47c7ebdb --- /dev/null +++ b/chat/navi2ch/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/10/28 18:40:22 uebayasi Exp $ + +DISTNAME= navi2ch-1.6.0 +CATEGORIES= chat +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=/navi2ch} + +MAINTAINER= uebayasi@netbsd.org +HOMEPAGE= http://navi2ch.sourceforge.net/ +COMMENT= 2ch BBS browser for Emacs + +.include "../../mk/emacs.mk" + +GNU_CONFIGURE= # defined +.if ${EMACS_FLAVOR} == "emacs" +CONFIGURE_ARGS+=--with-emacs +CONFIGURE_ARGS+=--with-icondir=${PREFIX}/share/navi2ch/icons +CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/navi2ch +.else +CONFIGURE_ARGS+=--with-xemacs +CONFIGURE_ARGS+=--with-packagedir=${EMACS_LISPPREFIX} +.endif +USE_GMAKE= # defined + +INFO_FILES= navi2ch.info + +.include "../../mk/texinfo.mk" +.include "../../mk/bsd.pkg.mk" |