1997-07-09 06:18:01 +02:00
|
|
|
# New ports collection makefile for: linuxdoc
|
|
|
|
# Date created: July 8, 1997
|
|
|
|
# Whom: jfieber
|
|
|
|
#
|
1999-08-31 04:11:56 +02:00
|
|
|
# $FreeBSD$
|
1997-07-09 06:18:01 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 23:54:47 +02:00
|
|
|
PORTNAME= linuxdoc
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTVERSION= 1.1
|
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 08:21:09 +02:00
|
|
|
PORTREVISION= 1
|
1997-07-09 06:18:01 +02:00
|
|
|
CATEGORIES= textproc
|
2005-07-13 04:38:23 +02:00
|
|
|
MASTER_SITES= http://dist.bsdlab.org/ \
|
|
|
|
http://fallout.campusview.indiana.edu/ports/distfiles/
|
1997-07-09 06:18:01 +02:00
|
|
|
|
2000-10-26 08:15:04 +02:00
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
2003-02-22 08:48:51 +01:00
|
|
|
COMMENT= The Linuxdoc SGML DTD
|
1997-07-09 06:18:01 +02:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 \
|
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 08:21:09 +02:00
|
|
|
${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
|
1997-07-09 13:23:09 +02:00
|
|
|
|
1997-07-10 04:34:40 +02:00
|
|
|
EXTRACT_ONLY= # empty
|
2001-01-16 18:33:20 +01:00
|
|
|
NO_BUILD= yes
|
1997-07-10 04:34:40 +02: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 08:21:09 +02:00
|
|
|
|
|
|
|
PLIST_SUB= DTD_NAME=${PORTNAME} XMLCATMGR=${XMLCATMGR}
|
|
|
|
PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML}
|
1997-07-09 06:18:01 +02:00
|
|
|
|
|
|
|
INSTDIR= ${PREFIX}/share/sgml/linuxdoc
|
1997-07-09 13:23:09 +02:00
|
|
|
ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog
|
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 08:21:09 +02:00
|
|
|
XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr
|
|
|
|
CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports
|
1997-07-09 06:18:01 +02:00
|
|
|
|
2005-06-13 22:54:18 +02:00
|
|
|
pre-su-install:
|
1997-07-09 06:18:01 +02:00
|
|
|
@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
|
|
|
|
|
|
|
|
do-install:
|
2004-01-22 09:05:25 +01:00
|
|
|
@zcat ${DISTDIR}/${DISTFILES} |(cd ${INSTDIR}; ${PAX} -r)
|
1999-08-22 21:01:07 +02:00
|
|
|
@${CHMOD} ${SHAREMODE} ${INSTDIR}/*
|
2001-06-01 07:15:32 +02:00
|
|
|
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
|
1997-07-09 06:18:01 +02:00
|
|
|
|
2000-10-27 17:24:07 +02: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 08:21:09 +02:00
|
|
|
@${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${PORTNAME}/catalog
|
2000-10-27 17:24:07 +02:00
|
|
|
|
1997-07-09 06:18:01 +02:00
|
|
|
.include <bsd.port.mk>
|