head	1.3;
access;
symbols
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2001.06.14.07.40.22;	author markp;	state dead;
branches;
next	1.2;

1.2
date	2000.01.02.13.52.21;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	99.12.25.15.09.01;	author steve;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Unbreak port. Added manpage, replaced patches with regex, added PORTDOCS.

Maintainer asked to drop maintainership.
@
text
@--- Makefile.in.orig	Fri Dec 31 07:47:00 1999
+++ Makefile.in	Sun Jan  2 21:44:26 2000
@@@@ -6,10 +6,10 @@@@
 # including flex and yacc translations.
 
 # define location where yabasic will search for libraries
-library_path = /usr/lib/yabasic
+library_path = $(PREFIX)/lib/yabasic
 
 # flags for cc or gcc  (-g for debugging)
-ccflags = -DUNIX -DLIBRARY_PATH=\"$(library_path)\"
+ccflags = -DUNIX -DLIBRARY_PATH=\"$(library_path)\" $(CFLAGS)
 
 yab: main.o graphic.o function.o symbol.o io.o bison.o flex.o
 	@@CC@@ @@CCOPTIONS@@ $(ccflags) @@X_CFLAGS@@ \
@@@@ -63,8 +63,8 @@@@
 
 # install yabasic on a linux system, need to be root
 install:
-	install -s -m 755 -o 0 -g 0 yabasic /usr/bin/yabasic
-	install -m 644 -d -o 0 -g 0 /usr/doc/yabasic
-	install -m 644 -o 0 -g 0 yabasic.htm /usr/doc/yabasic
+	install -c -s -m 755 -o 0 -g 0 yabasic $(PREFIX)/bin/yabasic
+	install -m 644 -d -o 0 -g 0 $(PREFIX)/share/doc/yabasic
+	install -c -m 644 -o 0 -g 0 yabasic.htm $(PREFIX)/share/doc/yabasic
 
 
@


1.2
log
@Upgrade to 2.61.
@
text
@@


1.1
log
@Adding yabasic version 2.60.
Yet another Basic for Unix and Windows.

PR:		15016
Submitted by:	Frank Gruender <elwood@@mc5sys.in-berlin.de>
@
text
@d1 3
a3 3
--- Makefile.in.orig	Sun Nov  7 15:22:19 1999
+++ Makefile.in	Fri Dec 24 13:50:02 1999
@@@@ -6,7 +6,7 @@@@
d11 5
a15 1
 ccflags = -DUNIX -DLIBRARY_PATH=\"$(library_path)\"
d24 2
a25 2
+	install -m 644 -d -o 0 -g 0 $(PREFIX)/doc/yabasic
+	install -c -m 644 -o 0 -g 0 yabasic.htm $(PREFIX)/doc/yabasic
@

