mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- pet portlint
PR: 57502
This commit is contained in:
parent
9477ec88b6
commit
e962d10df8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211489
@ -15,18 +15,8 @@ DISTNAME= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A DocBook SGML DTD into nroff/troff -man macros converter
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Global variables
|
||||
#
|
||||
|
||||
# There are two ports that satisfy the nsgmls requirement.
|
||||
# Jade is preferred.
|
||||
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
WITH_OPENJADE= yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_OPENJADE)
|
||||
RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/openjade
|
||||
.else
|
||||
@ -37,13 +27,22 @@ RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook
|
||||
USE_IMAKE= yes
|
||||
PREFIX?= ${LOCALBASE}
|
||||
USE_XLIB= yes
|
||||
XFREE86_HTML_MAN= no
|
||||
XFREE86_HTML_MAN= no
|
||||
|
||||
MAN1= oinstant.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Local variables
|
||||
#
|
||||
|
||||
# There are two ports that satisfy the nsgmls requirement.
|
||||
# Jade is preferred.
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
WITH_OPENJADE= yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_OPENJADE)
|
||||
NSGMLS= onsgmls
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user