summaryrefslogtreecommitdiff
path: root/misc/lookup/Makefile
blob: d11f38bd8bda0b59e8ab7e29bb85a268663841a8 (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
# $NetBSD: Makefile,v 1.4 2002/11/14 03:46:43 wiz Exp $
#

DISTNAME=	lookup-1.3
CATEGORIES=	textproc
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=lookup/}

MAINTAINER=	uebayasi@netbsd.org
HOMEPAGE=	http://lookup.sourceforge.net/
COMMENT=	electric dictionary agent for Emacs

DEPENDS+=	${PKGNAME_PREFIX}apel>=10:../../devel/apel
DEPENDS+=	eblook>=1.3:../../textproc/eblook

EMACS_VERSIONS_ACCEPTED=	emacs21 emacs20

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

INFO_FILES=	lookup.info

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