2013-09-21 01:17:30 +02:00
|
|
|
# Created by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
2002-02-07 02:21:54 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xmlcharent
|
2002-08-16 21:22:24 +02:00
|
|
|
PORTVERSION= 0.3
|
2006-07-14 18:32:39 +02:00
|
|
|
PORTREVISION= 2
|
2002-02-07 02:21:54 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://www.oasis-open.org/docbook/${PORTNAME}/${PORTVERSION}/
|
|
|
|
|
2006-07-14 18:32:39 +02:00
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= XML character entities
|
2002-02-07 02:21:54 +01: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 08:21:09 +02:00
|
|
|
RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
|
|
|
|
|
2002-02-07 02:21:54 +01:00
|
|
|
USE_ZIP= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
NO_BUILD= yes
|
2013-11-02 19:04:47 +01:00
|
|
|
PLIST_SUB= XMLCATMGR=${XMLCATMGR} \
|
|
|
|
XMLDIR=${XMLDIR} \
|
|
|
|
CATALOG_PORTS_SGML=${LOCALBASE}/share/sgml/catalog.ports \
|
|
|
|
CATALOG_PORTS_XML=${LOCALBASE}/share/xml/catalog.ports
|
2002-02-07 02:21:54 +01:00
|
|
|
|
|
|
|
XMLDIR= ${PREFIX}/share/xml/${PORTNAME}
|
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
|
|
|
|
|
2002-02-07 02:21:54 +01:00
|
|
|
do-install:
|
2013-11-02 19:04:47 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${XMLDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.ent \
|
|
|
|
${FILESDIR}/catalog ${FILESDIR}/catalog.xml ${STAGEDIR}${XMLDIR}
|
2002-02-07 02:21:54 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|