summaryrefslogtreecommitdiff
path: root/mk/os.FreeBSD.mk
blob: 2c2d6a241dd1ee848a91d5152379295fb7fe836b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $Id: os.FreeBSD.mk 2569 2012-09-04 16:34:04Z jkoshy $
#
# Build definitions for FreeBSD

MKDOC?=		yes	# Build documentation.
MKTESTS?=	yes	# Enable the test suites.
MKTEX?=		yes	# TeX and friends are packaged in the teTeX package.
MKNOWEB?=	no	# Build literate programs.

# Link programs statically by default.
NO_SHARED?=	yes

.if defined(MKTEX) && ${MKTEX} == "yes"
EPSTOPDF?=	/usr/local/bin/epstopdf
MAKEINDEX?=	/usr/local/bin/makeindex
MPOSTTEX?=	/usr/local/bin/latex
MPOST?=		/usr/local/bin/mpost
PDFLATEX?=	/usr/local/bin/pdflatex
.endif

# Translate the spelling of a build knob (see ticket #316).
.if defined(NOMAN)
NO_MAN=		yes
.endif

# Literate programming utility.
NOWEB?=		/usr/local/bin/noweb