summaryrefslogtreecommitdiff
path: root/x11/gtkstep/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-11-22 00:46:50 +0000
committertron <tron@pkgsrc.org>1999-11-22 00:46:50 +0000
commit4c146821fb86ca0bdd67f667b22fc2371df69093 (patch)
treed6de1f17cca1e38be5d2962d9fe791d43b0e31f0 /x11/gtkstep/Makefile
parentbbc1b79bee4dc5a119f568a9900f669e322c3207 (diff)
downloadpkgsrc-4c146821fb86ca0bdd67f667b22fc2371df69093.tar.gz
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
Diffstat (limited to 'x11/gtkstep/Makefile')
-rw-r--r--x11/gtkstep/Makefile12
1 files changed, 8 insertions, 4 deletions
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"