6356a93c8d
Changes: New widgets: gtkcharselection and gtkplotpixmap. Background images in gtkplot, and pixmaps in gtkplotcanvas. Much faster gtkiconfilesel, with gtkdirtree optional. Enhancements in WYSIWYG and postscript output, which can export images. BugFixes.
21 lines
460 B
Makefile
21 lines
460 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/07/11 10:35:56 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= gtk+extra-0.99.15
|
|
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"
|