mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
bf873ad2a4
View and edit files in hexadecimal or ASCII. PR: 7506 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
20 lines
543 B
Plaintext
20 lines
543 B
Plaintext
--- Makefile Sun Jul 26 14:10:26 1998
|
|
+++ /home/andy/tmp/wrk/Makefile Wed Aug 5 15:44:32 1998
|
|
@@ -1,14 +1,14 @@
|
|
PROJECT = hexedit
|
|
VERSION = 0.9.3
|
|
|
|
-CC=gcc
|
|
+#CC=gcc
|
|
TARSOURCE = $(PROJECT)-$(VERSION).src.tgz
|
|
DYNAMICBIN = $(PROJECT)-$(VERSION).bin.i386.dynamic.tgz
|
|
HTMLSITE = $(PROJECT)-html-site.tar
|
|
HTMLFILES = $(PROJECT).html
|
|
TMPFILES = $(DYNAMICBIN) $(TARSOURCE) $(HTMLFILES)
|
|
|
|
-CFLAGS = -Wall -O2
|
|
+CFLAGS+= -I/usr/local/include/ncurses -I/usr/local/include -L/usr/local/lib -lncurses
|
|
LOADLIBES = -lcurses
|
|
|
|
.PHONY: clean tgz docs
|