diff options
Diffstat (limited to 'misc/lookup/Makefile')
-rw-r--r-- | misc/lookup/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile index 478439ae66a..95025181bc0 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,23 +1,25 @@ -# $NetBSD: Makefile,v 1.8 2003/08/09 11:14:08 seb Exp $ +# $NetBSD: Makefile,v 1.9 2004/03/19 16:05:49 uebayasi Exp $ # -DISTNAME= lookup-1.3 +DISTNAME= lookup-1.4 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lookup/} +MASTER_SITES= http://openlab.jp/edict/lookup/dist/ MAINTAINER= uebayasi@NetBSD.org -HOMEPAGE= http://lookup.sourceforge.net/ +HOMEPAGE= http://openlab.jp/edict/lookup/index.html.ja COMMENT= Electric dictionary agent for Emacs -DEPENDS+= ${PKGNAME_PREFIX}apel>=10:../../devel/apel -DEPENDS+= eblook>=1.3:../../textproc/eblook +DEPENDS+= apel>=10:../../devel/apel +DEPENDS+= eblook>=1.4:../../textproc/eblook -EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 +EMACS_VERSIONS_ACCEPTED= emacs21 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" |