pkgsrc/editors/leim20/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

32 lines
819 B
Makefile

# $NetBSD: Makefile,v 1.20 2020/01/18 23:30:45 rillig Exp $
DISTNAME= leim-${VERSION}
PKGREVISION= 7
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=emacs/}
DISTFILES= emacs-${VERSION}${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
DEPENDS+= emacs20-${VERSION}{,nb[0-9]*}:../../editors/emacs20
MAKE_JOBS_SAFE= no
WRKSRC= ${WRKDIR}/emacs-20.7
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
VERSION= 20.7
BUILD_DIRS= leim
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
INSTALLATION_DIRS+= share/emacs/20.7/leim
post-install:
${CHMOD} -R go+rX ${DESTDIR}${PREFIX}/share/emacs/20.7/leim
${CHOWN} -R ${ROOT_USER} ${DESTDIR}${PREFIX}/share/emacs/20.7/leim
.include "../../mk/bsd.pkg.mk"