pkgsrc/textproc/xhtml/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

31 lines
829 B
Makefile

# $NetBSD: Makefile,v 1.11 2020/01/26 17:32:18 rillig Exp $
#
DISTNAME= xhtml1
PKGNAME= xhtml-1.0
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://www.w3.org/TR/xhtml1/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.w3.org/MarkUp/
COMMENT= DTDs for the Extensible Hypertext Markup Language
NO_BUILD= yes
USE_LANGUAGES= # empty
USE_TOOLS+= pax
WRKSRC= ${WRKDIR}/xhtml1-20020801
SGML_CATALOGS= ${PREFIX}/share/xml/xhtml/1.0/xhtml.soc
XML_CATALOGS= ${PREFIX}/share/xml/xhtml/1.0/catalog
INSTALLATION_DIRS= share/xml/xhtml/1.0
do-install:
cd ${WRKSRC}/DTD && pax -rwpppm . ${DESTDIR}${PREFIX}/share/xml/xhtml/1.0
${INSTALL_DATA} ${FILESDIR}/catalog10 \
${DESTDIR}${PREFIX}/share/xml/xhtml/1.0/catalog
.include "../../textproc/xmlcatmgr/catalogs.mk"
.include "../../mk/bsd.pkg.mk"