You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
897 B
Plaintext
35 lines
897 B
Plaintext
PortSystem 1.0
|
|
name html
|
|
version 4.01
|
|
categories textproc www
|
|
maintainers nomaintainer
|
|
description All W3C published SGML DTDs for HTML
|
|
homepage http://www.w3.org/
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
long_description SGML DTDs for HTML level 0, 1, 2, 3.2, and 4.0 as \
|
|
defined by the World Wide Web Consortium (W3C). \
|
|
These DTDs are useful for validating or processing \
|
|
world wide web pages with SGML tools such as those in \
|
|
the opensp and openjade ports.
|
|
|
|
master_sites freebsd
|
|
|
|
checksums md5 57a45bf82f0a3694d59d889b0d0ad71c \
|
|
sha1 621c8b602f4190bc33007d32b91b8db977ab3641 \
|
|
rmd160 24f90ce8caec8137b03e31faef54a482e1a5f0cb
|
|
|
|
depends_run bin:mkcatalog:mkcatalog
|
|
|
|
extract.mkdir yes
|
|
use_configure no
|
|
build {}
|
|
|
|
set instdir share/sgml/html
|
|
|
|
destroot {
|
|
xinstall -m 755 -d ${destroot}${prefix}/${instdir}
|
|
copy {*}[glob ${worksrcpath}/*] ${destroot}${prefix}/${instdir}
|
|
}
|