Lines 15-32
Link Here
|
15 |
MAINTAINER= ports@FreeBSD.org |
15 |
MAINTAINER= ports@FreeBSD.org |
16 |
COMMENT= A DocBook SGML DTD into nroff/troff -man macros converter |
16 |
COMMENT= A DocBook SGML DTD into nroff/troff -man macros converter |
17 |
|
17 |
|
18 |
.include <bsd.port.pre.mk> |
|
|
19 |
|
20 |
# Global variables |
18 |
# Global variables |
21 |
# |
19 |
# |
22 |
|
|
|
23 |
# There are two ports that satisfy the nsgmls requirement. |
24 |
# Jade is preferred. |
25 |
|
26 |
.if ${MACHINE_ARCH} == "alpha" |
27 |
WITH_OPENJADE= yes |
28 |
.endif |
29 |
|
30 |
.if defined(WITH_OPENJADE) |
20 |
.if defined(WITH_OPENJADE) |
31 |
RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/openjade |
21 |
RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/openjade |
32 |
.else |
22 |
.else |
Lines 37-48
Link Here
|
37 |
USE_IMAKE= yes |
27 |
USE_IMAKE= yes |
38 |
PREFIX?= ${LOCALBASE} |
28 |
PREFIX?= ${LOCALBASE} |
39 |
USE_XLIB= yes |
29 |
USE_XLIB= yes |
40 |
XFREE86_HTML_MAN= no |
30 |
XFREE86_HTML_MAN= no |
41 |
|
31 |
|
42 |
MAN1= oinstant.1 |
32 |
MAN1= oinstant.1 |
43 |
|
33 |
|
|
|
34 |
.include <bsd.port.pre.mk> |
35 |
|
44 |
# Local variables |
36 |
# Local variables |
45 |
# |
37 |
# |
|
|
38 |
|
39 |
# There are two ports that satisfy the nsgmls requirement. |
40 |
# Jade is preferred. |
41 |
|
42 |
.if ${ARCH} == "alpha" |
43 |
WITH_OPENJADE= yes |
44 |
.endif |
46 |
|
45 |
|
47 |
.if defined(WITH_OPENJADE) |
46 |
.if defined(WITH_OPENJADE) |
48 |
NSGMLS= onsgmls |
47 |
NSGMLS= onsgmls |