diff options
Diffstat (limited to 'graphics/py-gdchart/files/setup.py')
-rw-r--r-- | graphics/py-gdchart/files/setup.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/py-gdchart/files/setup.py b/graphics/py-gdchart/files/setup.py deleted file mode 100644 index c3f63914c26c..000000000000 --- a/graphics/py-gdchart/files/setup.py +++ /dev/null @@ -1,14 +0,0 @@ -from distutils.core import setup, Extension - -setup( - name = 'gdchart', - version = "%%PORTVERSION%%", - py_modules = ["chart"], - ext_modules = [ - Extension("gdchart", ["gdc_py.c"], - include_dirs=["%%GD_INCLUDE%%", "%%GDCHART_INCLUDE%%"], - libraries=["gdc", "gd", "png", "z", "jpeg"], - library_dirs=["%%LOCALLIB%%"] - ) - ] -) |