d432bec412
PR: ports/164416 Submitted by: bapt (myself) Approved by: maintainer timeout (> 3 weeks)
39 lines
949 B
Makefile
39 lines
949 B
Makefile
# New ports collection makefile for: iso8879
|
|
# Date created: June 19, 1997
|
|
# Whom: jfieber
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= iso8879
|
|
PORTVERSION= 1986
|
|
PORTREVISION= 3
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= kuriyama
|
|
DISTNAME= isoENTS
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Character entity sets from ISO 8879:1986 (SGML)
|
|
|
|
RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
|
|
|
|
USE_ZIP= 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/iso8879
|
|
XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr
|
|
CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports
|
|
|
|
do-install:
|
|
@${MKDIR} ${INSTDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/ISO* ${INSTDIR}
|
|
@${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog
|
|
|
|
post-install:
|
|
@${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${PORTNAME}/catalog
|
|
|
|
.include <bsd.port.mk>
|