Update to v1.0.0

This commit is contained in:
jasoni 1998-12-05 21:59:15 +00:00
parent 72d18edc07
commit 30743717a3
4 changed files with 6 additions and 25 deletions

View File

@ -1,18 +1,16 @@
# $OpenBSD: Makefile,v 1.4 1998/10/20 08:39:45 form Exp $
# $OpenBSD: Makefile,v 1.5 1998/12/05 21:59:15 jasoni Exp $
# FreeBSD: Makefile,v 1.1.1.1 1998/08/10 00:31:40 steve Exp
#
DISTNAME= hexedit-0.9.3
DISTNAME= hexedit-1.0.0
CATEGORIES= editors
#BROKEN= "newer version available"
MAINTAINER= form@OpenBSD.ORG
MASTER_SITES= http://www.chez.com/prigaux/
EXTRACT_SUFX= .src.tgz
ALL_TARGET=
GNU_CONFIGURE= YES
WRKSRC= ${WRKDIR}/hexedit
do-install:

View File

@ -1 +1 @@
MD5 (hexedit-0.9.3.src.tgz) = 81268b02efee3786c91eb30778fe8afc
MD5 (hexedit-1.0.0.src.tgz) = cbf49bfa81f0e3c779b46c9cbe4266b7

View File

@ -1,19 +0,0 @@
--- 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+= -lcurses
LOADLIBES = -lcurses
.PHONY: clean tgz docs

View File

@ -1,3 +1,5 @@
@cwd /usr/local
@name hexedit-1.0.0
bin/hexedit
man/man1/hexedit.1
share/doc/hexedit/COPYING