25 lines
649 B
Makefile
25 lines
649 B
Makefile
# $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"
|