freebsd-ports/textproc/dtd-catalogs/Makefile

25 lines
624 B
Makefile
Raw Normal View History

# Created by: shige
1999-08-31 04:11:56 +02:00
# $FreeBSD$
PORTNAME= dtd-catalogs
2000-10-27 17:37:45 +02:00
PORTVERSION= 1.2
CATEGORIES= textproc
MAINTAINER= ports@FreeBSD.org
COMMENT= SGML DTDs catalogs
RUN_DEPENDS= ${ISO8879_CAT}:textproc/iso8879 \
${ISO12083_CAT}:textproc/iso12083 \
${HTML_CAT}:textproc/html \
${LINUXDOC_CAT}:textproc/linuxdoc
USES= metaport
1999-06-15 17:49:01 +02:00
# The following catalogs are listed in catalog-list-file actually.
ISO8879_CAT= ${LOCALBASE}/share/sgml/iso8879/catalog
ISO12083_CAT= ${LOCALBASE}/share/sgml/iso12083/catalog
HTML_CAT= ${LOCALBASE}/share/sgml/html/catalog
LINUXDOC_CAT= ${LOCALBASE}/share/sgml/linuxdoc/catalog
.include <bsd.port.mk>