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%%"] ) ] ) >
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/polkit-qt
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-241-2/+1
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
* - update png to 1.5.10dinoex2012-06-011-0/+1
* Update to 0.103.0.rakuco2012-01-303-7/+10
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+1
* - Update to 0.99.0.avilla2011-03-254-11/+18
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* Update to 0.96.1makc2010-08-043-18/+12
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1