6a164e8f46
XHTML 1.0 is the W3C's first Recommendation for XHTML, following on from earlier work on HTML 4.01, HTML 4.0, HTML 3.2 and HTML 2.0. With a wealth of features, XHTML 1.0 is a reformulation of HTML 4.01 in XML, and combines the strength of HTML 4 with the power of XML. This package provides the three standard DTDs (Strict, Transitional and Frameset) of XHTML 1.0.
30 lines
818 B
Makefile
30 lines
818 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/02/18 13:44:40 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= xhtml1
|
|
PKGNAME= xhtml-1.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.w3.org/TR/xhtml1/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.w3.org/MarkUp/
|
|
COMMENT= DTDs for the Extensible Hypertext Markup Language
|
|
|
|
NO_BUILD= yes
|
|
NO_MTREE= yes
|
|
USE_BUILDLINK3= yes
|
|
USE_LANGUAGES= # empty
|
|
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"
|