1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/textproc/docproj/Makefile
Nik Clayton 4e87639906 Prefer w3m over lynx, it's table handling is superior.
Explicitly specify DocBook 3.1, rather than the meta-port.  This triggered
a rather interesting bug on a completely clean machine, where the
sgmlformat port, depending on DocBook 3.0, installed enough DocBook that
the

    ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook

dependency line was satisfied, and DocBook 3.1 was never installed.  This
was noticed by Mark Ovens <mark@ukug.uk.freebsd.org>, who helped me track
it down.
1999-12-24 01:22:18 +00:00

48 lines
1.2 KiB
Makefile

# New ports collection makefile for: docproj
# Version required: around June 1998
# Date created: 27 June 1998
# Whom: Nik Clayton <nik@freebsd.org>
#
# $FreeBSD$
#
DISTNAME= docproj
PKGNAME= docproj-1.1
CATEGORIES= textproc
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= nik@freebsd.org
RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \
sgmlnorm:${PORTSDIR}/textproc/sp \
jade:${PORTSDIR}/textproc/jade \
tidy:${PORTSDIR}/www/tidy \
w3m:${PORTSDIR}/www/w3m \
${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \
${PREFIX}/share/sgml/html/catalog:${PORTSDIR}/textproc/html \
${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \
${PREFIX}/share/sgml/docbook/3.1:${PORTSDIR}/textproc/docbook-310 \
${PREFIX}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879
IS_INTERACTIVE= "user must set JADETEX variable to 'yes' or 'no'"
JADETEX?=
.if empty(JADETEX) && (make(build) || make(install))
.BEGIN:
@${CAT} files/JADETEX
@${FALSE}
.endif
.if ${JADETEX} == yes
RUN_DEPENDS+= ${PREFIX}/share/texmf/web2c/jadetex.fmt:${PORTSDIR}/print/jadetex
.endif
EXTRACT_ONLY= # empty
NO_BUILD= yes
do-install: # empty
.include <bsd.port.mk>