mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
597afc47ba
With hat: portmgr Sponsored by: Absolight
18 lines
436 B
Makefile
18 lines
436 B
Makefile
# Created by: Nik Clayton <nik@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= docbook
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= doceng@FreeBSD.org
|
|
COMMENT= Meta-port for the different versions of the DocBook DTD
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/sgml/docbook/catalog:textproc/docbook-sgml \
|
|
${LOCALBASE}/share/xml/docbook/catalog.xml:textproc/docbook-xml \
|
|
sdocbook-xml>0:textproc/sdocbook-xml
|
|
|
|
USES= metaport
|
|
|
|
.include <bsd.port.mk>
|