pkgsrc/chat/navi2ch/Makefile
toshii 0c4adac41b Update navi2ch to 1.7.1.
No handy changelog was found at the master site.
2003-10-04 02:10:06 +00:00

26 lines
674 B
Makefile

# $NetBSD: Makefile,v 1.6 2003/10/04 02:10:06 toshii Exp $
DISTNAME= navi2ch-1.7.1
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/bsd.pkg.mk"