pkgsrc/devel/idutils/Makefile
rillig 508923f461 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:13 +00:00

33 lines
851 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/01/18 23:30:30 rillig Exp $
DISTNAME= idutils-4.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=idutils/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/idutils/idutils.html
COMMENT= Classic Berkeley gid/lid tools for looking up variables in code
LICENSE= gnu-gpl-v3
CONFLICTS= sh-utils>=2.0nb2 coreutils-[0-9]*
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_prog_EMACS=no
INFO_FILES= YES
MAKE_ENV+= BSD_SETENV=${SETENV:Q}
# Don't byte-compile the .el file.
MAKE_FLAGS+= elc_SCRIPTS=
LISPDIR= ${PREFIX}/share/emacs/site-lisp
INSTALLATION_DIRS= ${LISPDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/lisp/idutils.el ${DESTDIR}${LISPDIR}
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"