# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # idesk # idesk/Makefile # idesk/pkg-plist # idesk/pkg-descr # idesk/distinfo # idesk/files # idesk/files/patch-Makefile # echo c - idesk mkdir -p idesk > /dev/null 2>&1 echo x - idesk/Makefile sed 's/^X//' >idesk/Makefile << 'END-of-idesk/Makefile' X# New ports collection makefile for: idesk X# Date created: 16th February 2003 X# Whom: Sascha Holzleiter X# X# $FreeBSD$ X# X XPORTNAME= idesk XPORTVERSION= 0.3.5 XCATEGORIES= x11 XMASTER_SITES= http://linuxhelp.hn.org/ X XMAINTAINER= sascha@root-login.org XCOMMENT= Place launch icons directly on your desktop X XUSE_X_PREFIX= yes XUSE_GMAKE= yes X X.include END-of-idesk/Makefile echo x - idesk/pkg-plist sed 's/^X//' >idesk/pkg-plist << 'END-of-idesk/pkg-plist' Xbin/idesk END-of-idesk/pkg-plist echo x - idesk/pkg-descr sed 's/^X//' >idesk/pkg-descr << 'END-of-idesk/pkg-descr' XiDesk lets you put launch icons directly on the Xroot window of your X. X XWWW: http://linuxhelp.hn.org/idesk.php END-of-idesk/pkg-descr echo x - idesk/distinfo sed 's/^X//' >idesk/distinfo << 'END-of-idesk/distinfo' XMD5 (idesk-0.3.5.tar.gz) = 4c87edbc3d7db462df576b7e26a04161 END-of-idesk/distinfo echo c - idesk/files mkdir -p idesk/files > /dev/null 2>&1 echo x - idesk/files/patch-Makefile sed 's/^X//' >idesk/files/patch-Makefile << 'END-of-idesk/files/patch-Makefile' X--- Makefile Sat Nov 9 19:06:52 2002 X+++ Makefile.orig Sun Feb 16 16:48:23 2003 X@@ -2,6 +2,7 @@ X #cflags = -g -O2 -W -Wall X cflags = -g -O2 X libs = `imlib-config --libs` -lXft X+incl = -I/usr/X11R6/include -I/usr/local/include X bin = idesk X X objs = Desk.o Icon.o Database.o Main.o X@@ -14,10 +15,10 @@ X $(cc) $(objs) -o $(bin) $(libs) X X $(objs): %.o: %.cc $(headers) X- $(cc) $(cflags) -c $< -o $@ X+ $(cc) $(cflags) -c $< -o $@ $(incl) X X install: X- install $(bin) /usr/local/bin X+ install $(bin) /usr/X11R6/bin X X clean: X rm -f $(objs) $(bin) *~ core END-of-idesk/files/patch-Makefile exit