pkgsrc/pkgtools/gimme/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

29 lines
669 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/01/18 23:33:25 rillig Exp $
DISTNAME= gimme-20170213
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= agc@NetBSD.org
HOMEPAGE= https://www.NetBSD.org/
COMMENT= Script to make binary packages in a chroot
LICENSE= modified-bsd
ONLY_FOR_PLATFORM= NetBSD-*-*
DEPENDS+= pkg_comp1>=1.38nb1:../../pkgtools/pkg_comp1
AUTO_MKDIRS= yes
do-extract:
${CP} -R ${FILESDIR} ${WRKSRC}
do-build:
@${ECHO} "Build done"
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/gimme.sh ${DESTDIR}${PREFIX}/bin/gimme
${INSTALL_MAN} ${WRKSRC}/gimme.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/gimme.1
.include "../../mk/bsd.pkg.mk"