pkgsrc/x11/gtk+extra/Makefile
drochner 07d68f1cec -update to 0.99.17, changes:
-additions:
  -GtkPlot: display grids on top/below data
            New function gtk_plot_set_pc
            New signal "tick_label" to retrieve axes tick labels
            New functions to handle axes labels
  -GtkPlotDT: delaunay triangulization algorithm
  -GtkSheet: New function gtk_sheet_get_entry_widget
             Background colors and grid handling
  -GtkPlotPC: New function gtk_plot_pc_set_viewport
  -GtkPlotData: New alternative to retrieve data points trough a callback
                 function
                Scale points size
                New functions to autoscale gradient according to field
                gtk_plot_data_get_point() to retrieve values
                Data markers
  -GtkPlotSurface: Use new Delaunay triangulization algorithm
                   New functions to colour the surface using a gradient
                    proportional to the height field
  -GtkPlotCSurface: Gradient with sublevels
  -GtkPlotCanvas: New child: CANVAS_MARKERS
                  New selection stretegy
                  New function gtk_plot_set_pc
                  gtk_plot_canvas_freeze/thaw methods
 -fixes:
  -build system
  -memory leaks
  -etc
-add a buildlink.mk
2002-01-09 14:46:50 +00:00

21 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.7 2002/01/09 14:46:50 drochner Exp $
#
DISTNAME= gtk+extra-0.99.17
CATEGORIES= x11
MASTER_SITES= http://gtkextra.sourceforge.net/src/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://gtkextra.sourceforge.net/
COMMENT= useful set of GTK+ widgets for creating GUIs
DEPENDS+= gtk+>=1.2.0:../../x11/gtk
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_X11BASE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"