pkgsrc/textproc/xhtml/Makefile
jmmv d971a332da Drop maintainership. I can't seriously be the maintainer of so many
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
2006-01-20 16:15:52 +00:00

30 lines
813 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/01/20 16:15:54 jmmv Exp $
#
DISTNAME= xhtml1
PKGNAME= xhtml-1.0
PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.w3.org/TR/xhtml1/
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@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
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"