summaryrefslogtreecommitdiff
path: root/misc/lookup/Makefile
blob: 1df5ddf0b7db4b8aa9acd7e1db6191822ff0c3bd (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
# $NetBSD: Makefile,v 1.10 2004/05/08 13:35:20 uebayasi Exp $
#

DISTNAME=	lookup-1.4
CATEGORIES=	textproc
MASTER_SITES=	http://openlab.jp/edict/lookup/dist/

MAINTAINER=	uebayasi@NetBSD.org
HOMEPAGE=	http://openlab.jp/edict/lookup/index.html.ja
COMMENT=	Electric dictionary agent for Emacs

DEPENDS+=	apel>=10:../../devel/apel
DEPENDS+=	eblook>=1.4:../../textproc/eblook

EMACS_VERSIONS_ACCEPTED=	emacs21 emacs21nox emacs20 xemacs214 xemacs215

GNU_CONFIGURE=	YES
MAKEFLAGS+=	lispdir=${EMACS_LISPPREFIX}/lookup

INFO_FILES=	lookup.info lookup-guide.info

CONFIGURE_ARGS+=${EMACS_FLAVOR}

.include "../../mk/emacs.mk"
.include "../../mk/bsd.pkg.mk"