pkgsrc/misc/lookup/Makefile
uebayasi 8c349b6e46 Introduce EMACS_BUILDLINK to decide if Emacs lisp file wrappers are really
created or not.  Packages that include other ELP's buildlink3.mk must define
EMACS_BUILDLINK.  Other packages don't create wrappers, which reduces build
time a lot.
2008-10-13 08:07:02 +00:00

29 lines
772 B
Makefile

# $NetBSD: Makefile,v 1.18 2008/10/13 08:07:02 uebayasi Exp $
#
DISTNAME= lookup-1.4.1
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
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
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= eblook>=1.4:../../textproc/eblook
EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs214 xemacs215
EMACS_BUILDLINK=# defined
GNU_CONFIGURE= YES
MAKEFLAGS+= lispdir=${EMACS_LISPPREFIX}/lookup
INFO_FILES= # PLIST
CONFIGURE_ARGS+=${EMACS_FLAVOR}
.include "../../editors/emacs/modules.mk"
.include "../../devel/apel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"