pkgsrc/graphics/py-imaging/files/Setup.in
wiz 3d2090aba4 Update to 1.1.1, provided by Jarkko Torppa in pkg/10807.
Major changes since 1.0b1:
RGBa support, improved 16bit support, PCX support, improved GIF encoder,
and lots of bugfixes.
2001-03-10 13:46:29 +00:00

14 lines
542 B
Text

# $NetBSD: Setup.in,v 1.2 2001/03/10 13:46:30 wiz Exp $
#
*shared*
# --------------------------------------------------------------------
# Edit or remove the library specifications to match your configura-
# tion. As they stand, they assume that you have the IJG JPEG library
# 6.0a and zlib 1.0.4 (or newer versions of these libraries) in a
# standard location.
_imaging _imaging.c decode.c encode.c map.c display.c outline.c path.c \
-IlibImaging libImaging/libImaging.a \
-I@PREFIX@/include -L@PREFIX@/lib -R@PREFIX@/lib -ljpeg -lz