1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/hpscan/files/patch-ad
Joerg Wunsch 8c01e708c2 Some additions:
. fix a minor bug, causing core dumps in some occasions
. add handling for 15/16/24/32 bit displays
. provide an Imakefile

Reviewed by: Richard Tobin, and nate
1996-01-13 18:59:59 +00:00

18 lines
496 B
Plaintext

--- /dev/null Sat Jan 13 17:05:14 1996
+++ Imakefile Fri Jan 12 17:49:11 1996
@@ -0,0 +1,14 @@
+XCOMM
+XCOMM Imakefile for Richard Tobin's HP scanner utility,
+XCOMM written by Jörg Wunsch, 96/01/12.
+XCOMM
+
+ EXTRA_INCLUDES = -I/sys
+
+ DEPLIBS = XawClientDepLibs
+LOCAL_LIBRARIES = XawClientLibs MathLibrary
+
+ SRCS = main.c scsi.c scanner.c scl.c gui.c colour.c Plain.c
+ OBJS = main.o scsi.o scanner.o scl.o gui.o colour.o Plain.o
+
+ComplexProgramTarget(hpscan)