pkgsrc/misc/lookup/Makefile
uebayasi 5aee14ee5d Initial import of Lookup 1.3.
Lookup is an electric dictinary agent for Emacs editors. It supports many
kind of dictinaries - CD-ROM, and network dictionary, which are mainly
available in Japan.
2002-09-15 13:33:22 +00:00

22 lines
542 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/09/15 13:33:22 uebayasi 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= apel>=10:../../devel/apel
DEPENDS= eblook>=1.3:../../textproc/eblook
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"