pkgsrc/misc/xchm/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

19 lines
467 B
Makefile

# $NetBSD: Makefile,v 1.79 2020/01/18 23:33:10 rillig Exp $
DISTNAME= xchm-1.23
PKGREVISION= 10
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://xchm.sourceforge.net/
COMMENT= CHM viewer for UNIX
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
.include "../../devel/chmlib/buildlink3.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"