2013-09-21 01:17:30 +02:00
|
|
|
# Created by: jfieber
|
1999-08-31 04:11:56 +02:00
|
|
|
# $FreeBSD$
|
1997-06-22 23:01:28 +02:00
|
|
|
|
2000-04-09 23:54:47 +02:00
|
|
|
PORTNAME= iso8879
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTVERSION= 1986
|
2012-02-22 17:48:34 +01:00
|
|
|
PORTREVISION= 3
|
1997-06-22 23:01:28 +02:00
|
|
|
CATEGORIES= textproc
|
2002-08-05 10:54:48 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= kuriyama
|
2000-04-09 23:54:47 +02:00
|
|
|
DISTNAME= isoENTS
|
1997-06-22 23:01:28 +02:00
|
|
|
|
2000-10-26 08:15:04 +02:00
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
2003-02-22 08:48:51 +01:00
|
|
|
COMMENT= Character entity sets from ISO 8879:1986 (SGML)
|
1997-06-22 23:01:28 +02: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
|
1997-06-22 23:01:28 +02:00
|
|
|
|
2012-02-22 17:48:34 +01:00
|
|
|
USE_ZIP= yes
|
2001-01-16 18:33:20 +01:00
|
|
|
NO_BUILD= yes
|
1997-07-10 04:37:51 +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-06-22 23:01:28 +02:00
|
|
|
|
1997-07-10 04:37:51 +02:00
|
|
|
INSTDIR= ${PREFIX}/share/sgml/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= ${LOCALBASE}/bin/xmlcatmgr
|
|
|
|
CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports
|
1997-06-22 23:01:28 +02:00
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
1997-06-22 23:01:28 +02:00
|
|
|
do-install:
|
2012-02-22 17:48:34 +01:00
|
|
|
@${MKDIR} ${INSTDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/ISO* ${INSTDIR}
|
1997-06-22 23:01:28 +02:00
|
|
|
@${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog
|
|
|
|
|
2000-10-27 10:14:08 +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 10:14:08 +02:00
|
|
|
|
1997-06-22 23:01:28 +02:00
|
|
|
.include <bsd.port.mk>
|