pkgsrc/textproc/xhtml/Makefile
joerg 3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00

31 lines
831 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/05/26 02:13:24 joerg 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= http://www.w3.org/MarkUp/
COMMENT= DTDs for the Extensible Hypertext Markup Language
NO_BUILD= yes
NO_MTREE= 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
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/xml/xhtml/1.0
cd ${WRKSRC}/DTD && pax -rwpppm . ${PREFIX}/share/xml/xhtml/1.0
${INSTALL_DATA} ${FILESDIR}/catalog10 \
${PREFIX}/share/xml/xhtml/1.0/catalog
.include "../../textproc/xmlcatmgr/catalogs.mk"
.include "../../mk/bsd.pkg.mk"