![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / textproc / html2wml / Makefile (download)
Revision 1.27, Thu Jan 19 18:52:27 2017 UTC (6 years, 8 months ago) by agc
Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly. |
# $NetBSD: Makefile,v 1.27 2017/01/19 18:52:27 agc Exp $ DISTNAME= html2wml-0.4.8r2 PKGNAME= html2wml-0.4.8.2 PKGREVISION= 9 CATEGORIES= textproc converters MASTER_SITES= http://maddingue.free.fr/softwares/download/Html2Wml/html2wml-0.4.x/ MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=htmlwml/} MAINTAINER= pkgsrc-users@NetBSD.org # HOMEPAGE= http://maddingue.free.fr/softwares/html2wml.html COMMENT= On-the-fly HTML to WML conversion DEPENDS+= p5-libwww>=5.53:../../www/p5-libwww DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser DEPENDS+= p5-Text-Template>=1.31:../../textproc/p5-Text-Template DEPENDS+= p5-XML-LibXML>=1.31:../../textproc/p5-XML-LibXML NO_BUILD= yes USE_TOOLS+= perl:run REPLACE_PERL= ${WRKSRC}/html2wml.cgi INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/html2wml.cgi ${DESTDIR}${PREFIX}/bin/html2wml ${INSTALL_MAN} ${WRKSRC}/doc/html2wml.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/html2wml.1 .include "../../mk/bsd.pkg.mk"