mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
e56a7da894
With hat: portmgr-secretary
25 lines
480 B
Makefile
25 lines
480 B
Makefile
# Created by: jfieber
|
|
|
|
PORTNAME= html
|
|
PORTVERSION= 4.01
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= LOCAL/kuriyama
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= All W3C published SGML DTDs for HTML
|
|
|
|
RUN_DEPENDS= xmlcatmgr:textproc/xmlcatmgr
|
|
|
|
NO_MTREE= yes
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
INSTDIR= ${PREFIX}/share/sgml/html
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${INSTDIR}
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} "2.0 3.2 4.0 4.01 catalog" ${STAGEDIR}${INSTDIR})
|
|
|
|
.include <bsd.port.mk>
|