1698194575
Submitted by Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>. Collection of DTDs, includes W3C HTML and XHTML DTDs as well as DTDs for ISO-HTML, WML and MathML.
29 lines
651 B
Makefile
29 lines
651 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/02/03 15:45:02 naddy Exp $
|
|
|
|
COMMENT= "collection of HTML, XHTML, ISO-HTML, WML and MathML DTDs"
|
|
|
|
DISTNAME= wdg-sgml-lib-1.1.1
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= http://www.htmlhelp.com/tools/validator/offline/
|
|
|
|
MAINTAINER= Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.htmlhelp.com/tools/validator/src/
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
WRKDIST= ${WRKDIR}/wdg
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/wdg
|
|
@cp -R ${WRKDIST}/* ${PREFIX}/share/wdg/
|
|
|
|
.include <bsd.port.mk>
|