pkgsrc-wip/linux-ukbgene/Makefile
Roland Illig 7fe9cbf5be all: migrate homepages from http to https
pkglint -r -F --only "migrate from"

In addition, pkglint fixed some indentation in the affected files. These
fixes have been checked manually to be fine. They all were, except for
the continuation backslashes from wkhtmltopdf/Makefile, which have been
reverted manually.
2020-01-27 20:56:27 +01:00

21 lines
523 B
Makefile

# $NetBSD$
DISTNAME= ukbgene_linkset
PKGNAME= linux-ukbgene
CATEGORIES= biology
MASTER_SITES= http://biobank.ndph.ox.ac.uk/showcase/util/
EXTRACT_SUFX= .tar
MAINTAINER= bacon@NetBSD.org
HOMEPAGE= https://biobank.ndph.ox.ac.uk/showcase/util/
COMMENT= Tool for accessing UK Biobank data
#LICENSE= # TODO: (see mk/license.mk)
WRKSRC= ${WRKDIR} # More than one possibility -- please check manually.
USE_LANGUAGES= c++
ONLY_FOR_PLATFORM+= Linux-*-*
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"