pkgsrc/misc/lookup/Makefile
rillig 191ad3f718 misc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 17:04:19 +00:00

29 lines
748 B
Makefile

# $NetBSD: Makefile,v 1.26 2019/11/03 17:04:24 rillig Exp $
DISTNAME= lookup-1.4.1
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
PKGREVISION= 2
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
MAKE_JOBS_SAFE= no
DEPENDS+= eblook>=1.4:../../textproc/eblook
EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 xemacs214 xemacs215
EMACS_BUILDLINK= # defined
GNU_CONFIGURE= YES
MAKEFLAGS+= lispdir=${EMACS_LISPPREFIX}/lookup
INFO_FILES= yes
CONFIGURE_ARGS+= ${EMACS_FLAVOR}
.include "../../editors/emacs/modules.mk"
.include "../../devel/apel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"