aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/html/Makefile
blob: 891cda740bde41984ab314a67a3a0ae5c12155f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# New ports collection makefile for:    html
# Date created:     Sept 19, 1997
# Whom:         jfieber
#
# $FreeBSD$
#

PORTNAME=   html
PORTVERSION=    4.01
PORTREVISION=   2
CATEGORIES= textproc
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kuriyama
EXTRACT_ONLY=   # empty

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    All W3C published SGML DTDs for HTML

RUN_DEPENDS=    ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr

NO_MTREE=   yes
NO_BUILD=   yes
NO_WRKSUBDIR=   yes

PLIST_SUB=  DTD_NAME=${PORTNAME} XMLCATMGR=${XMLCATMGR}
PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML}

INSTDIR=    ${PREFIX}/share/sgml/html
XMLCATMGR=  ${LOCALBASE}/bin/xmlcatmgr
CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports

pre-su-install:
    @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}

do-install:
    @zcat ${DISTDIR}/${DISTFILES} |(cd ${INSTDIR}; ${PAX} -r)
    @${CHMOD} ${SHAREMODE} `${FIND} ${INSTDIR} -type f`
    @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}

post-install:
    @${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${PORTNAME}/catalog

.include <bsd.port.mk>