head	1.4;
access;
symbols
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1
	RELEASE_2_2_7:1.1
	RELEASE_2_2_6:1.1;
locks; strict;
comment	@# @;


1.4
date	2001.09.22.06.07.41;	author sf;	state dead;
branches;
next	1.3;

1.3
date	2000.01.14.17.09.03;	author imura;	state Exp;
branches;
next	1.2;

1.2
date	99.08.28.16.36.10;	author cpiazza;	state Exp;
branches;
next	1.1;

1.1
date	98.02.20.12.19.42;	author tg;	state Exp;
branches;
next	;


desc
@@


1.4
log
@o update to 0.4.0.
o support NOPORTDOCS.
o aupport Alpha arch.

PR:		30719
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@--- Makefile.orig	Thu Jul  1 10:39:20 1999
+++ Makefile	Sat Aug 28 09:25:59 1999
@@@@ -187,6 +187,19 @@@@
 		-cd tests;		$(MAKE) Clean
 
 ##################################################################
+
+install:
+	@@bin/patchstr bin/iconc ${PREFIX}/share/icon/
+	@@bin/patchstr bin/icont ${PREFIX}/bin/iconx
+	${BSD_INSTALL_PROGRAM} bin/iconc ${PREFIX}/bin/iconc
+	${BSD_INSTALL_PROGRAM} bin/icont ${PREFIX}/bin/icont
+	${BSD_INSTALL_PROGRAM} bin/iconx ${PREFIX}/bin/iconx
+	${BSD_INSTALL_PROGRAM} bin/patchstr ${PREFIX}/bin/patchstr
+	@@mkdir -p ${PREFIX}/share/icon
+	${BSD_INSTALL_DATA} bin/dlrgint.o ${PREFIX}/share/icon/dlrgint.o
+	${BSD_INSTALL_DATA} bin/rt.a ${PREFIX}/share/icon/rt.a
+	${BSD_INSTALL_DATA} bin/rt.db ${PREFIX}/share/icon/rt.db
+	${BSD_INSTALL_DATA} bin/rt.h ${PREFIX}/share/icon/rt.h
 # Entries beyond this point are for use at Arizona only.
 #   *** Do not delete the line above; it is used in trimming Makefiles
 #   for distribution ***
@


1.3
log
@- Merge scripts/configure into Makefile
- Support install macros

PR:		15916
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
CVg: Obtained from:   Fill this in if the change is from third party software.
@
text
@@


1.2
log
@Update to version 9.3.2 to unbreak the port
(the distfile is named unix.tgz..ugh)
@
text
@d11 4
a14 4
+	install -c -s -g bin -o bin -m 755 bin/iconc ${PREFIX}/bin/iconc
+	install -c -s -g bin -o bin -m 755 bin/icont ${PREFIX}/bin/icont
+	install -c -s -g bin -o bin -m 755 bin/iconx ${PREFIX}/bin/iconx
+	install -c -s -g bin -o bin -m 755 bin/patchstr ${PREFIX}/bin/patchstr
d16 4
a19 4
+	install -c -g bin -o bin -m 644 bin/dlrgint.o ${PREFIX}/share/icon/dlrgint.o
+	install -c -g bin -o bin -m 644 bin/rt.a ${PREFIX}/share/icon/rt.a
+	install -c -g bin -o bin -m 644 bin/rt.db ${PREFIX}/share/icon/rt.db
+	install -c -g bin -o bin -m 644 bin/rt.h ${PREFIX}/share/icon/rt.h
@


1.1
log
@Upgrade to 9.3.1.
@
text
@d1 3
a3 3
--- Makefile.orig	Fri Feb 13 15:18:30 1998
+++ Makefile	Fri Feb 20 13:00:05 1998
@@@@ -186,3 +186,16 @@@@
d20 3
@

