pkgsrc/databases/gdbm/Makefile.common
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

19 lines
520 B
Text

# $NetBSD: Makefile.common,v 1.7 2020/01/18 23:30:17 rillig Exp $
#
# used by databases/gdbm/Makefile
# used by databases/gdbm_compat/Makefile
DISTNAME= gdbm-1.14.1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/}
MAINTAINER?= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/gdbm/gdbm.html
COMMENT= The GNU database manager
LICENSE= gnu-gpl-v3
DISTINFO_FILE= ${.CURDIR}/../../databases/gdbm/distinfo
PATCHDIR= ${.CURDIR}/../../databases/gdbm/patches
USE_LIBTOOL= yes
GNU_CONFIGURE= yes