blob: 25e919c608d92e32c793cf270138827322cb99a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.2 2002/12/31 03:27:57 uebayasi Exp $
DISTNAME= navi2ch-1.6.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/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
|