openbsd-ports/textproc/wdg-sgml-lib/Makefile
alek ece3529f34 Update to 1.1.4
- http://www.htmlhelp.com/tools/validator/offline/changelog.html

From Gerardo Santana Gomez Garrido <santana@openbsd.org.mx> (MAINTAINER)
2005-05-01 18:39:13 +00:00

31 lines
667 B
Makefile

# $OpenBSD: Makefile,v 1.5 2005/05/01 18:39:13 alek Exp $
COMMENT= "collection of HTML, XHTML, ISO-HTML, WML and MathML DTDs"
DISTNAME= wdg-sgml-lib-1.1.4
CATEGORIES= textproc
HOMEPAGE= http://www.htmlhelp.com/tools/validator/offline/
MAINTAINER= Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
# custom
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
PKG_ARCH= *
WRKDIST= ${WRKDIR}/wdg
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/wdg
@cp -R ${WRKDIST}/* ${PREFIX}/share/wdg/
.include <bsd.port.mk>