summaryrefslogtreecommitdiff
path: root/graphics/py-gdchart/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-25Convert to buildlink3.snj1-3/+3
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-02This depends on freetype and needs a define/library enabled to work.jmc1-1/+2
Also replace -Wl,-R with RPATH_FLAG while I'm here.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-01-24Bump PKGREVISION of graphics/py-gdchart to 2 in the aftermath of gdchartjlam1-4/+4
installing shared libraries. Also convert to use buildlink2.
2002-11-10The home page for pygdchart has moved.darcy1-2/+2
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-01-17define PYBINMODULE to disable the pkg on platforms where dynamicdrochner1-1/+2
loading does not work
2002-01-17move to canonical pkg name (pyX.Y-pkg-vers),drochner1-12/+8
use variables from the python buildlink where possible, install examples into non-conflicting locations, remove restriction to Python-2.0 (it compiles with 2.1 and 2.2)
2001-12-08Conveert to python/extension.buildlink.mk and force to use 2.0 onlyjmc1-2/+3
2001-10-18Standardize patch names and some minor cleanup.wiz1-3/+2
2001-10-18Adding py-gdchart to packages.darcy1-0/+40
This is a simple python interface to gdchart which is excellent for creating charts and graphs in PNG, JPEG, and GIF format. WWW: http://athani.pair.com/msteed/software/gdchart/