From d870919f289a1377edaea47d68d9241696d54c94 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Thu, 1 Aug 2002 20:55:02 +0000 Subject: [PATCH] Wrapper for the docproj port that sets JADETEX appropriately. PR: ports/40964 Submitted by: Cyrille Lefevre --- textproc/Makefile | 1 + textproc/docproj-nojadetex/Makefile | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 textproc/docproj-nojadetex/Makefile diff --git a/textproc/Makefile b/textproc/Makefile index aa6e73dea409..ec236622b92b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -46,6 +46,7 @@ SUBDIR += docbookide.el SUBDIR += docproj SUBDIR += docproj-jadetex + SUBDIR += docproj-nojadetex SUBDIR += dsssl-docbook-cygnus SUBDIR += dsssl-docbook-modular SUBDIR += dtd-catalogs diff --git a/textproc/docproj-nojadetex/Makefile b/textproc/docproj-nojadetex/Makefile new file mode 100644 index 000000000000..8a9d02cc8400 --- /dev/null +++ b/textproc/docproj-nojadetex/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: docproj-nojadetex +# Date created: 25 July 2002 +# Whom: Cyrille Lefevre +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -nojadetex +JADETEX= no + +MAINTAINER= cyrille.lefevre@laposte.net + +MASTERDIR= ${.CURDIR}/../docproj + +.include "${MASTERDIR}/Makefile"