1998-06-29 16:12:52 +00:00
|
|
|
# New ports collection makefile for: docproj
|
|
|
|
# Version required: around June 1998
|
|
|
|
# Date created: 27 June 1998
|
|
|
|
# Whom: Nik Clayton <nik@freebsd.org>
|
|
|
|
#
|
1999-06-03 19:56:05 +00:00
|
|
|
# $Id: Makefile,v 1.12 1999/04/30 23:08:12 asami Exp $
|
1998-06-29 16:12:52 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= docproj
|
1998-07-07 12:18:27 +00:00
|
|
|
PKGNAME= docproj-1.0
|
1998-06-29 16:12:52 +00:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
|
|
|
MAINTAINER= nik@freebsd.org
|
|
|
|
|
1998-12-18 10:55:54 +00:00
|
|
|
RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \
|
1999-04-29 20:13:33 +00:00
|
|
|
sgmlnorm:${PORTSDIR}/textproc/sp \
|
|
|
|
jade:${PORTSDIR}/textproc/jade \
|
1998-12-20 20:49:13 +00:00
|
|
|
tidy:${PORTSDIR}/www/tidy \
|
1999-04-29 20:13:33 +00:00
|
|
|
lynx:${PORTSDIR}/www/lynx-current \
|
|
|
|
${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \
|
1999-04-14 22:42:08 +00:00
|
|
|
${PREFIX}/share/sgml/html/catalog:${PORTSDIR}/textproc/html \
|
1999-04-29 20:13:33 +00:00
|
|
|
${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \
|
1999-06-03 19:56:05 +00:00
|
|
|
${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \
|
1999-04-29 20:13:33 +00:00
|
|
|
${PREFIX}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879
|
1998-06-29 16:12:52 +00:00
|
|
|
|
1999-01-20 22:19:42 +00:00
|
|
|
IS_INTERACTIVE= "user must set JADETEX variable to 'yes' or 'no'"
|
|
|
|
|
|
|
|
JADETEX?=
|
|
|
|
|
1999-01-21 03:28:27 +00:00
|
|
|
.if empty(JADETEX) && (make(fetch) || make(build) || make(install))
|
1999-01-20 22:19:42 +00:00
|
|
|
.BEGIN:
|
1999-01-22 06:57:28 +00:00
|
|
|
@${CAT} files/JADETEX
|
1999-01-20 22:19:42 +00:00
|
|
|
@${FALSE}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${JADETEX} == yes
|
|
|
|
RUN_DEPENDS+= ${PREFIX}/share/texmf/web2c/jadetex.fmt:${PORTSDIR}/print/jadetex
|
|
|
|
.endif
|
|
|
|
|
1998-06-29 16:12:52 +00:00
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install: # empty
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|