summaryrefslogtreecommitdiff
path: root/graphics/tiff/files/config.site
blob: b28b4f59d4d133f0a82d98e3bd74fb014fff2ff9 (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
28
29
# $NetBSD: config.site,v 1.6 2001/05/28 02:50:25 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
DIR_HTML=${PREFIX}/share/doc/html/tiff	# destination for html documentation
DIRS_LIBINC=${BUILDLINK_INCDIR}		# dirs to search for ancillary includes

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

# ZLIB compression support
#
ZIP=yes
DIR_GZLIB=${ZLIBDIR}
LIBGZ="-Wl,-R${DIR_GZLIB} -L${BUILDLINK_LIBDIR} -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
HTML=yes			# build HTML documentation

MANSCHEME=bsd-source-cat-strip