head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.46 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.44 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.42 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.40 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.38 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.36 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.34 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.32 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.30 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.28 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.26 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.24 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.22 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.20 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.18 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.16 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.14 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.12 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.10 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.8 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.6 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.4 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.2 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.2.0.10 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.8 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.6 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.4 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2 netbsd-1-6:1.1.1.1.0.6 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.2 pkgviews-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2004.11.20.22.46.03; author jmmv; state dead; branches; next 1.2; 1.2 date 2002.09.23.23.05.43; author jlam; state Exp; branches; next 1.1; 1.1 date 2002.07.11.14.25.25; author tron; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.07.11.14.25.25; author tron; state Exp; branches; next ; desc @@ 1.3 log @Remove xbindkeys-config; the site holding the program has disappeared, and it will be of little use with the new syntax of xbindkeysrc files (though it's only optional). @ text @$NetBSD: patch-aa,v 1.2 2002/09/23 23:05:43 jlam Exp $ --- Makefile.orig Tue Jun 4 02:35:45 2002 +++ Makefile @@@@ -1,13 +1,13 @@@@ # makefile crée par Laurent VUIBERT -CC= gcc -O3 -Wall +CC= gcc ${CFLAGS} STD= _GNU_SOURCE GTK= `gtk-config --cflags --libs` GTK2= `gtk-config --cflags` OBJS= xbindkeys_config.o menu.o middle.o speedc.o NOM= xbindkeys_config -prefix= /usr +prefix= ${PREFIX} .c.o: $(CC) $(GTK2) -D$(STD) -c $< @@@@ -22,5 +22,5 @@@@ clean: rm -rf .v* install: - cp $(NOM) $(DESTDIR)$(prefix)/bin/ + ${BSD_INSTALL_PROGRAM} $(NOM) $(DESTDIR)$(prefix)/bin/ #End Makefile @ 1.2 log @buildlink1 -> buildlink2 and minor installation fixups. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 2 a4 2 --- Makefile.orig Tue Jun 4 11:35:45 2002 +++ Makefile Sun Jun 16 20:51:30 2002 d11 2 a12 4 -GTK= `gtk-config --cflags --libs` -GTK2= `gtk-config --cflags` +GTK= `${BUILDLINK_DIR}/bin/gtk-config --cflags --libs` +GTK2= `${BUILDLINK_DIR}/bin/gtk-config --cflags` d17 1 a17 1 +prefix= ${LOCALBASE} d21 1 a21 1 @@@@ -22,5 +22,5 @@@@ d26 1 a26 1 + install -m 555 -o root -g wheel -c $(NOM) $(DESTDIR)$(prefix)/bin/ @ 1.1.1.1 log @Import new "xbindkeys-config" package: Tool to configure xbindkeys graphically This package was contributed by Julio Merino in PR pkg/17293. @ text @@