diff options
author | tg <tg@FreeBSD.org> | 1998-11-05 16:02:39 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-11-05 16:02:39 +0800 |
commit | 94b8c4485013dfa7bad64bf1dd9761489109a5c3 (patch) | |
tree | 8224519191235b405560f4bd89ad98f9c1653902 /graphics/py-imaging/files/Setup | |
parent | 2bafe101f161adfb1e561a166bb81a09d8bcd2f3 (diff) | |
download | freebsd-ports-gnome-94b8c4485013dfa7bad64bf1dd9761489109a5c3.tar.gz freebsd-ports-gnome-94b8c4485013dfa7bad64bf1dd9761489109a5c3.tar.zst freebsd-ports-gnome-94b8c4485013dfa7bad64bf1dd9761489109a5c3.zip |
New port py-imaging, the Python Image Library.
Diffstat (limited to 'graphics/py-imaging/files/Setup')
-rw-r--r-- | graphics/py-imaging/files/Setup | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/py-imaging/files/Setup b/graphics/py-imaging/files/Setup new file mode 100644 index 000000000000..bfddbd4ba17d --- /dev/null +++ b/graphics/py-imaging/files/Setup @@ -0,0 +1,4 @@ +*noconfig* + +_imaging _imaging.c decode.c encode.c map.c display.c path.c -IlibImaging libImaging/libImaging.a -I${PREFIX}/include -L${PREFIX}/lib -ljpeg -lz +_tkinter _tkinter.c Tk/tkImaging.c tkappinit.c -DWITH_APPINIT -DWITH_PIL -IlibImaging -I${X11BASE}/include -I${PREFIX}/include/tcl8.0 -I${PREFIX}/include/tk8.0 -L${PREFIX}/lib -ltk80 -ltcl80 -L${X11BASE}/lib -lX11 -lc |