pkgsrc/textproc/emacs-dict-client/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

22 lines
711 B
Makefile

# $NetBSD: Makefile,v 1.14 2020/01/26 17:32:14 rillig Exp $
DISTNAME= dictionary-1.8.2
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/dictionary/emacs-dict-client/}
PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://me.in-berlin.de/~myrkr/dictionary/
COMMENT= Emacs package for talking to a dictionary server
INSTALLATION_DIRS= ${EMACS_LISPPREFIX:C|^${PREFIX}/||}/dictionary
do-install:
cd ${WRKSRC}; \
${INSTALL_DATA} connection.elc connection.el dictionary.elc \
dictionary.el link.elc link.el dictionary-init.el \
${DESTDIR}${EMACS_LISPPREFIX}/dictionary
.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"