summaryrefslogtreecommitdiff
path: root/graphics/tiff/files/config.site
blob: c42c03f79d760a168ddb2553ebcf1b1725e4be31 (plain)
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
# $NetBSD: config.site,v 1.3 1999/10/08 21:14:33 jlam Exp $

DIR_BIN=${PREFIX}/bin			# destination for applications
DIR_LIB=${PREFIX}/lib			# destination for library
DIR_INC=${PREFIX}/include		# destination for include files
DIR_MAN=${PREFIX}/man			# destination for man pages
DIRS_LIBINC=${LOCALBASE}/include	# dirs to search for ancillary includes

# JPEG support
#
JPEG=yes
DIR_JPEGLIB=${LOCALBASE}/lib
LIBJPEG="-Wl,-R${DIR_JPEGLIB} -L${DIR_JPEGLIB} -ljpeg"

# ZLIB compression support
#
ZIP=yes
DIR_GZLIB=${ZLIBDIR}
LIBGZ="-Wl,-R${DIR_GZLIB} -L${DIR_GZLIB} -lz"

DSO=no				# don't use libtiff's shared lib mechanism

INSTALL=
LIBGL=no			# don't build SGI -lgl apps
LIBIMAGE=no			# don't build SGI -limage apps

MANSCHEME=bsd-source-cat-strip