summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2002-08-01 20:54:38 +0000
committerNik Clayton <nik@FreeBSD.org>2002-08-01 20:54:38 +0000
commit7f94503e39fa68a7b1c06de35da4d69f2bc0859a (patch)
tree0d2c238e453095b8525c19c592501dc5752fc137 /textproc
parentwhen build with OPENSSL_OVERWRITE_BASE (diff)
Wrapper for the docproj port that sets JADETEX appropriately.
PR: ports/40964 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Notes
Notes: svn path=/head/; revision=63855
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/docproj-jadetex/Makefile15
2 files changed, 16 insertions, 0 deletions
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 <cyrille.lefevre@laposte.net>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -jadetex
+JADETEX= yes
+
+MAINTAINER= cyrille.lefevre@laposte.net
+
+MASTERDIR= ${.CURDIR}/../docproj
+
+.include "${MASTERDIR}/Makefile"