ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/textproc/html/Makefile
Revision: 1824
Committed: Fri May 18 04:52:14 2007 UTC (16 years, 11 months ago) by ctriv
File size: 1099 byte(s)
Log Message:
Fake fixes.

File Contents

# User Rev Content
1 laffer1 239 # New ports collection makefile for: html
2     # Date created: Sept 19, 1997
3     # Whom: jfieber
4     #
5 ctriv 1824 # $MidnightBSD: mports/textproc/html/Makefile,v 1.1 2006/09/27 14:16:58 laffer1 Exp $
6 laffer1 239 # $FreeBSD: ports/textproc/html/Makefile,v 1.18 2005/06/13 20:54:18 glewis Exp $
7     #
8    
9     PORTNAME= html
10     PORTVERSION= 4.01
11     PORTREVISION= 2
12     CATEGORIES= textproc
13     MASTER_SITES= ${MASTER_SITE_LOCAL}
14     MASTER_SITE_SUBDIR= kuriyama
15     EXTRACT_ONLY= # empty
16    
17     MAINTAINER= ports@MidnightBSD.org
18     COMMENT= All W3C published SGML DTDs for HTML
19    
20     RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
21    
22     NO_MTREE= yes
23     NO_BUILD= yes
24     NO_WRKSUBDIR= yes
25    
26     PLIST_SUB= DTD_NAME=${PORTNAME} XMLCATMGR=${XMLCATMGR}
27     PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML}
28    
29     INSTDIR= ${PREFIX}/share/sgml/html
30     XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr
31     CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports
32    
33 ctriv 1824 pre-install:
34 laffer1 239 @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
35    
36     do-install:
37     @zcat ${DISTDIR}/${DISTFILES} |(cd ${INSTDIR}; ${PAX} -r)
38     @${CHMOD} ${SHAREMODE} `${FIND} ${INSTDIR} -type f`
39     @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
40    
41    
42     .include <bsd.port.mk>

Properties

Name Value
cvs2svn:cvs-rev 1.2