Wrapper for the docproj port that sets JADETEX appropriately.
PR: ports/40964 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
This commit is contained in:
parent
7f94503e39
commit
d870919f28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63857
2 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
|
15
textproc/docproj-nojadetex/Makefile
Normal file
15
textproc/docproj-nojadetex/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: docproj-nojadetex
|
||||
# Date created: 25 July 2002
|
||||
# Whom: Cyrille Lefevre <cyrille.lefevre@laposte.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMESUFFIX= -nojadetex
|
||||
JADETEX= no
|
||||
|
||||
MAINTAINER= cyrille.lefevre@laposte.net
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../docproj
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue