pkgsrc/textproc/xml2doc/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

26 lines
722 B
Makefile

# $NetBSD: Makefile,v 1.21 2020/01/18 23:35:35 rillig Exp $
#
DISTNAME= xml2doc-20030510
PKGREVISION= 12
CATEGORIES= textproc
MASTER_SITES= http://xml2doc.sourceforge.net/src/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://xml2doc.sourceforge.net/
COMMENT= Xml to document formats converter
WRKSRC= ${WRKDIR}/xml2doc
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
CFLAGS+= -I${BUILDLINK_PREFIX.libxml2}/include/libxml2
CFLAGS+= -I${BUILDLINK_PREFIX.pdflib}/include
LDFLAGS+= -L${BUILDLINK_PREFIX.libxml2}/lib
LDFLAGS+= -L${BUILDLINK_PREFIX.pdflib}/lib
.include "../../print/pdflib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"