summaryrefslogtreecommitdiff
path: root/graphics/yplot/Makefile
AgeCommit message (Collapse)AuthorFilesLines
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-04-28Mark the pkg as broken, not interactive.hubertf1-2/+2
It still needs attention...
2002-04-27Mark this pkg as interactive on sparc64 - building hangs on thathubertf1-1/+5
platform.
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-19use python buildlinkdrochner1-2/+5
2001-06-20Update of yplot to 1.1.0.jtb1-22/+9
Changes include: * Configuration now done with autoconf * Many API extensions * Updated documentation * Many more demos * etc.
2001-05-01Add PLPLOT_PREFIX_DEFAULT=${LOCALBASE} so that EVAL_PREFIX returns thejtb1-1/+2
correct prefix when plplot isn't already installed.
2001-04-28Remove redundant echoing, quoting, and input redirection to sed.jtb1-10/+4
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb1-2/+2
2001-03-31Note that it is necessary to copy the plplot include files tojtb1-1/+3
${WRKSRC}/plplot so that they will found. This is ugly -- but what can we do?
2001-03-30Use `plplot-config --libs` for plplot-5.0.3 instead of `plplot_linkage`.jtb1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-14Initial import of yplot:jtb1-0/+39
Yorick interface to PLplot