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