diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-09-15 13:33:22 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-09-15 13:33:22 +0000 |
commit | 5aee14ee5d12e6d041de58344d0967f6ff5099b0 (patch) | |
tree | 849cd4f0b346b3484b2adef63a5222fb49f99441 /misc/lookup/Makefile | |
parent | 244ea6c5e6a42d065b468dbad1c0d390d2a17b2b (diff) | |
download | pkgsrc-5aee14ee5d12e6d041de58344d0967f6ff5099b0.tar.gz |
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.
Diffstat (limited to 'misc/lookup/Makefile')
-rw-r--r-- | misc/lookup/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile new file mode 100644 index 00000000000..64f8c40eb14 --- /dev/null +++ b/misc/lookup/Makefile @@ -0,0 +1,22 @@ +# $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" |