pkgsrc/misc/m17n-db/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

34 lines
889 B
Makefile

# $NetBSD: Makefile,v 1.24 2020/01/18 23:33:03 rillig Exp $
DISTNAME= m17n-db-1.8.0
CATEGORIES= misc
MASTER_SITES= http://download.savannah.gnu.org/releases/m17n/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.nongnu.org/m17n/
COMMENT= The m17n database used by the m17n library
LICENSE= gnu-lgpl-v2.1
CONFLICTS+= m17n-contrib-[0-9]*
SUPERSEDES+= m17n-contrib-[0-9]*
GNU_CONFIGURE= yes
USE_TOOLS+= gmake msgfmt pkg-config awk:run
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c
PKGCONFIG_OVERRIDE+= m17n-db.pc.in
REPLACE_AWK= tbl2mim.awk
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "Linux"
GLIBC= glibc-2.3.6
DISTFILES= ${DEFAULT_DISTFILES} ${GLIBC}.tar.gz
SITES.${GLIBC}.tar.gz= ${MASTER_SITE_GNU:=glibc/}
CONFIGURE_ARGS+= --with-charmaps=${WRKDIR}/${GLIBC}/localedata/charmaps
.endif
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"