89c65a5d3e
Bugfixes and new method for custom labels in GtkPlot. Backwards compatibility is broken, you'll have to recompile your programs.
21 lines
460 B
Makefile
21 lines
460 B
Makefile
# $NetBSD: Makefile,v 1.4 2001/03/10 12:32:00 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= gtk+extra-0.99.13
|
|
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"
|