summaryrefslogtreecommitdiff
path: root/graphics/py-imaging/files/Setup.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-imaging/files/Setup.in')
-rw-r--r--graphics/py-imaging/files/Setup.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/py-imaging/files/Setup.in b/graphics/py-imaging/files/Setup.in
new file mode 100644
index 00000000000..4204ba36c96
--- /dev/null
+++ b/graphics/py-imaging/files/Setup.in
@@ -0,0 +1,14 @@
+# $NetBSD: Setup.in,v 1.1.1.1 1998/12/26 23:42:01 tsarna 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 path.c \
+ -IlibImaging libImaging/libImaging.a \
+ -I@PREFIX@/include -L@PREFIX@/lib -R@PREFIX@/lib -ljpeg -lz