1998-06-29 12:12:52 -04:00
|
|
|
# New ports collection makefile for: docproj
|
|
|
|
# Date created: 27 June 1998
|
|
|
|
# Whom: Nik Clayton <nik@freebsd.org>
|
|
|
|
#
|
1999-08-30 22:11:56 -04:00
|
|
|
# $FreeBSD$
|
1998-06-29 12:12:52 -04:00
|
|
|
#
|
|
|
|
|
2000-04-09 17:54:47 -04:00
|
|
|
PORTNAME= docproj
|
|
|
|
PORTVERSION= 1.1
|
1998-06-29 12:12:52 -04:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
|
|
|
MAINTAINER= nik@freebsd.org
|
|
|
|
|
1998-12-18 05:55:54 -05:00
|
|
|
RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \
|
1998-12-20 15:49:13 -05:00
|
|
|
tidy:${PORTSDIR}/www/tidy \
|
1999-12-23 20:22:18 -05:00
|
|
|
w3m:${PORTSDIR}/www/w3m \
|
1999-04-29 16:13:33 -04:00
|
|
|
${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \
|
1999-04-14 18:42:08 -04:00
|
|
|
${PREFIX}/share/sgml/html/catalog:${PORTSDIR}/textproc/html \
|
1999-04-29 16:13:33 -04:00
|
|
|
${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \
|
1999-12-30 17:53:15 -05:00
|
|
|
${PREFIX}/share/sgml/docbook/catalog:${PORTSDIR}/textproc/docbook \
|
1999-04-29 16:13:33 -04:00
|
|
|
${PREFIX}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879
|
1998-06-29 12:12:52 -04:00
|
|
|
|
1999-01-20 17:19:42 -05:00
|
|
|
IS_INTERACTIVE= "user must set JADETEX variable to 'yes' or 'no'"
|
|
|
|
|
|
|
|
JADETEX?=
|
|
|
|
|
1999-07-06 02:06:49 -04:00
|
|
|
.if empty(JADETEX) && (make(build) || make(install))
|
1999-01-20 17:19:42 -05:00
|
|
|
.BEGIN:
|
1999-01-22 01:57:28 -05:00
|
|
|
@${CAT} files/JADETEX
|
1999-01-20 17:19:42 -05:00
|
|
|
@${FALSE}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${JADETEX} == yes
|
|
|
|
RUN_DEPENDS+= ${PREFIX}/share/texmf/web2c/jadetex.fmt:${PORTSDIR}/print/jadetex
|
|
|
|
.endif
|
|
|
|
|
1998-06-29 12:12:52 -04:00
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2000-10-16 17:31:24 -04:00
|
|
|
.if defined(WITH_OPENJADE)
|
|
|
|
RUN_DEPENDS+= openjade:${PORTSDIR}/textproc/openjade
|
|
|
|
.else
|
|
|
|
RUN_DEPENDS+= jade:${PORTSDIR}/textproc/jade
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${MACHINE_ARCH} == "alpha"
|
|
|
|
WITH_OPENJADE= yes
|
|
|
|
.endif
|
|
|
|
|
1998-06-29 12:12:52 -04:00
|
|
|
do-install: # empty
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|