From 4c146821fb86ca0bdd67f667b22fc2371df69093 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 22 Nov 1999 00:46:50 +0000 Subject: Update "gtkstep" package to version 1.10: - fixes some small bugs - three theme configuration options have been added: - enable/disable NeXTSTEP(R) style lists with dark background - enable/disable NeXTSTEP(R) style scrollbars (on the bottom left) - enable/disable GTK+ style prelighting if mouse is over top of widget --- x11/gtkstep/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'x11/gtkstep/Makefile') diff --git a/x11/gtkstep/Makefile b/x11/gtkstep/Makefile index 877f2ddb0d5..81a3360a39e 100644 --- a/x11/gtkstep/Makefile +++ b/x11/gtkstep/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 1999/11/22 00:27:35 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/11/22 00:46:50 tron Exp $ -DISTNAME= gtkstep-1.9 +DISTNAME= gtkstep-1.10 CATEGORIES= x11 -MASTER_SITES= http://members.linuxstart.com/~ulli/gtkstep/ +MASTER_SITES= http://ulli.linuxbox.com/gtkstep/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jlam@netbsd.org @@ -10,9 +10,13 @@ HOMEPAGE= http://ulli.linuxbox.com/gtkstep/index.html DEPENDS+= gtk+-1.2.*:../../x11/gtk +GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_X11BASE= yes -GNU_CONFIGURE= yes +post-install: + ${RM} -f ${PREFIX}/share/themes/Step/gtk/gtkrc.in + ${INSTALL_DATA} ${WRKSRC}/step/Theme/gtk/gtkrc \ + ${PREFIX}/share/themes/Step/gtk .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3