freebsd-ports/graphics/xbarcode/files/patch-aa
Alexander Langer a7f2252119 Add xbarcode, a (NO_CDROM) program to generate and save graphics of
barcodes in different industry standards.

PR:		21667
Submitted by:	brett <brett@nodetree.net>
2000-10-01 15:27:35 +00:00

18 lines
602 B
Text

--- Makefile Tue Sep 13 19:15:08 1994
+++ Makefile Sun Oct 1 02:21:12 2000
@@ -4,13 +4,12 @@
#
OBJ = mainbarcode.o barcode.o fileio.o help.o
-OPTIONS =
-LIBPATH = /usr/openwin/lib # Pfad fuer XVIEW Library angeben !!!
+OPTIONS = -I${X11BASE}/include
+LIBPATH = ${X11BASE}/lib # Pfad fuer XVIEW Library angeben !!!
XBarcode: $(OBJ)
gcc $(OPTIONS) bar.o fileio.o help.o barcode.o -o bar
gcc -o XBarcode $(OBJ) -lxview -lolgx -lX11 -L$(LIBPATH)
- cp XBarcode.1 /usr/man/cat1/XBarcode.1
mainbarcode.o: mainbarcode.c barcode.h german.h
gcc $(OPTIONS) -c mainbarcode.c