836c9d001d
Changes since 1.7.2 are: * User configurable commands & functions for network connection. * Don't auto-process contents that needs user confirmation. * Create links by matching text with a configured regular expression. * Better support for board migration. * Better support for "JBBS @ Shitaraba" Changes since 1.7.1 are: * Catch up with the specification changes in 2ch. * Fix Emacs hang-ups in a link to a very large number. * Slight changes for EmacsCE. * Add hooks. * Extend search function. * Recognize "JBBS @ Shitaraba" messages. Partial support for the new URL syntax. * Support "htp:" and "ftp:". * Support the URL syntax for Keitai (mobile phones).
26 lines
676 B
Makefile
26 lines
676 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/06/26 06:59:39 uebayasi Exp $
|
|
|
|
DISTNAME= navi2ch-1.7.3
|
|
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
|
|
USE_GNU_TOOLS+= make
|
|
.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
|
|
|
|
INFO_FILES= navi2ch.info
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|