diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2008-04-18 02:30:15 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2008-04-18 02:30:15 +0000 |
commit | e962d10df8aa644d22c25e4cf32bd9aadb884de6 (patch) | |
tree | e8ea5a0a00b259fe4499e704283a5649716011bc /textproc/docbook-to-man | |
parent | 9477ec88b63fb995717c7f6ff97dbc970e875441 (diff) | |
download | ports-e962d10df8aa644d22c25e4cf32bd9aadb884de6.tar.gz ports-e962d10df8aa644d22c25e4cf32bd9aadb884de6.zip |
Notes
Diffstat (limited to 'textproc/docbook-to-man')
-rw-r--r-- | textproc/docbook-to-man/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/textproc/docbook-to-man/Makefile b/textproc/docbook-to-man/Makefile index 146c87d0ae03..5c0c7b764b19 100644 --- a/textproc/docbook-to-man/Makefile +++ b/textproc/docbook-to-man/Makefile @@ -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 |