From 29b7ca9bf73e466b236b60ac248314a3aac8e855 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 14 Apr 2001 18:00:12 +0000 Subject: Remove hpscan port - it's totally obsolete --- graphics/hpscan/files/patch-aa | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 graphics/hpscan/files/patch-aa (limited to 'graphics/hpscan/files/patch-aa') diff --git a/graphics/hpscan/files/patch-aa b/graphics/hpscan/files/patch-aa deleted file mode 100644 index 35ccb3f9e0fb..000000000000 --- a/graphics/hpscan/files/patch-aa +++ /dev/null @@ -1,33 +0,0 @@ -*** Makefile.orig Fri Jun 3 05:52:36 1994 ---- Makefile Fri Jan 12 10:31:44 1996 -*************** -*** 1,13 **** -! INCLUDES= -I/usr/X386/include -! LIBS= -L/usr/X386/lib -lXaw -lXt -lXmu -lX11 -lm - OPT= -g - CFLAGS= $(OPT) $(INCLUDES) -! CC= gcc - - OBJS= main.o scsi.o scanner.o scl.o gui.o colour.o Plain.o - -! scan: $(OBJS) - $(CC) -o scanner $(OBJS) $(LIBS) - -! tarfile: -! tar zcvf macbeth:/graphics/software/ftp/pub/scanner.tar.gz *.[ch] Makefile README TODO ---- 1,15 ---- -! INCLUDES= -I/usr/X11R6/include -I/sys -! LIBS= -L/usr/X11R6/lib -lXaw -lXt -lXmu -lX11 -lm - OPT= -g - CFLAGS= $(OPT) $(INCLUDES) -! CC= cc - - OBJS= main.o scsi.o scanner.o scl.o gui.o colour.o Plain.o - -! all: scanner -! -! scanner: $(OBJS) - $(CC) -o scanner $(OBJS) $(LIBS) - -! install: -! install -c -s -m 555 -o bin -g bin scanner ${X11BASE}/bin -- cgit v1.2.3