pkgsrc/editors/leim21/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

37 lines
1,002 B
Makefile

# $NetBSD: Makefile,v 1.12 2020/01/18 23:30:46 rillig Exp $
DISTNAME= leim-${VERSION}
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=emacs/}
DISTFILES= emacs-${VERSION}a${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/emacs/emacs.html
COMMENT= Libraries of Emacs Input Methods (for emacs21)
WRKSRC= ${WRKDIR}/emacs-${VERSION}
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
VERSION= 21.4
EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox
EMACS21_FILESDIR= ${.CURDIR}/../../editors/emacs21/files
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
INSTALLATION_DIRS+= share/emacs/${VERSION}/leim
BUILD_DIRS= leim
post-extract:
${CP} ${EMACS21_FILESDIR}/dragonfly.h ${WRKSRC}/src/s
.include "../../mk/bsd.prefs.mk"
post-install:
@${CHOWN} -R ${ROOT_USER} ${DESTDIR}${PREFIX}/share/emacs/${VERSION}/leim
.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"