2013-09-20 23:17:30 +00:00
|
|
|
# Created by: jfieber
|
1999-08-31 02:11:56 +00:00
|
|
|
# $FreeBSD$
|
1997-09-19 21:19:25 +00:00
|
|
|
|
2000-04-09 21:54:47 +00:00
|
|
|
PORTNAME= html
|
2001-01-16 17:33:20 +00:00
|
|
|
PORTVERSION= 4.01
|
2003-07-07 11:51:39 +00:00
|
|
|
PORTREVISION= 2
|
1997-09-19 21:19:25 +00:00
|
|
|
CATEGORIES= textproc
|
2000-10-11 09:12:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= kuriyama
|
|
|
|
EXTRACT_ONLY= # empty
|
1997-09-19 21:19:25 +00:00
|
|
|
|
2000-10-11 09:12:38 +00:00
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
2003-02-22 07:48:51 +00:00
|
|
|
COMMENT= All W3C published SGML DTDs for HTML
|
1997-09-19 21:19:25 +00:00
|
|
|
|
Switch to using xmlcatmgr from mkcatalog.
# Maintainers, please let me know if I break something in your port.
Submitted by: hrs
PR: ports/53819, ports/53820, ports/53821, ports/53822,
ports/53823, ports/53824, ports/53825, ports/53826,
ports/53827, ports/53828, ports/53829, ports/53830,
ports/53831, ports/53832, ports/53833, ports/53834,
ports/53835, ports/53836, ports/53837
2003-07-01 06:21:09 +00:00
|
|
|
RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
|
2000-10-27 15:32:58 +00:00
|
|
|
|
2001-01-16 17:33:20 +00:00
|
|
|
NO_MTREE= yes
|
|
|
|
NO_BUILD= yes
|
1997-09-19 21:19:25 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
Switch to using xmlcatmgr from mkcatalog.
# Maintainers, please let me know if I break something in your port.
Submitted by: hrs
PR: ports/53819, ports/53820, ports/53821, ports/53822,
ports/53823, ports/53824, ports/53825, ports/53826,
ports/53827, ports/53828, ports/53829, ports/53830,
ports/53831, ports/53832, ports/53833, ports/53834,
ports/53835, ports/53836, ports/53837
2003-07-01 06:21:09 +00:00
|
|
|
|
|
|
|
PLIST_SUB= DTD_NAME=${PORTNAME} XMLCATMGR=${XMLCATMGR}
|
|
|
|
PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML}
|
1997-09-19 21:19:25 +00:00
|
|
|
|
|
|
|
INSTDIR= ${PREFIX}/share/sgml/html
|
Switch to using xmlcatmgr from mkcatalog.
# Maintainers, please let me know if I break something in your port.
Submitted by: hrs
PR: ports/53819, ports/53820, ports/53821, ports/53822,
ports/53823, ports/53824, ports/53825, ports/53826,
ports/53827, ports/53828, ports/53829, ports/53830,
ports/53831, ports/53832, ports/53833, ports/53834,
ports/53835, ports/53836, ports/53837
2003-07-01 06:21:09 +00:00
|
|
|
XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr
|
|
|
|
CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports
|
1997-09-19 21:19:25 +00:00
|
|
|
|
2013-09-20 23:17:30 +00:00
|
|
|
NO_STAGE= yes
|
2005-06-13 20:54:18 +00:00
|
|
|
pre-su-install:
|
1997-09-19 21:19:25 +00:00
|
|
|
@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
|
|
|
|
|
|
|
|
do-install:
|
2004-01-22 08:05:25 +00:00
|
|
|
@zcat ${DISTDIR}/${DISTFILES} |(cd ${INSTDIR}; ${PAX} -r)
|
2003-11-13 12:54:57 +00:00
|
|
|
@${CHMOD} ${SHAREMODE} `${FIND} ${INSTDIR} -type f`
|
2001-06-01 05:15:32 +00:00
|
|
|
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
|
1997-09-19 21:19:25 +00:00
|
|
|
|
2000-10-27 15:32:58 +00:00
|
|
|
post-install:
|
Switch to using xmlcatmgr from mkcatalog.
# Maintainers, please let me know if I break something in your port.
Submitted by: hrs
PR: ports/53819, ports/53820, ports/53821, ports/53822,
ports/53823, ports/53824, ports/53825, ports/53826,
ports/53827, ports/53828, ports/53829, ports/53830,
ports/53831, ports/53832, ports/53833, ports/53834,
ports/53835, ports/53836, ports/53837
2003-07-01 06:21:09 +00:00
|
|
|
@${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${PORTNAME}/catalog
|
2000-10-27 15:32:58 +00:00
|
|
|
|
1997-09-19 21:19:25 +00:00
|
|
|
.include <bsd.port.mk>
|