head	1.3;
access;
symbols
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2006.10.31.14.13.18;	author vd;	state dead;
branches;
next	1.2;

1.2
date	2002.12.12.15.35.01;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.19.11.16.58;	author nork;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove expired leaf ports:

2006-10-26 archivers/linux-unace
2006-10-12 audio/gdesklets-cornerxmms
2006-10-12 deskutils/gdesklets-sensor-displayconstraints
2006-10-17 devel/sdl_ldbad
2006-10-27 lang/pdss
2006-10-17 multimedia/slideshow
@
text
@Index: mpimos/Makefile
===================================================================
RCS file: /ext/cvs/PDSS/mpimos/Makefile,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 Makefile
--- mpimos/Makefile	11 Jun 2002 16:11:11 -0000	1.1.1.1
+++ mpimos/Makefile	12 Dec 2002 01:45:59 -0000
@@@@ -1,3 +1,6 @@@@
+MPIMOSDIR = ${PDSSROOT}/mpimos
+MPIMOSSRCDIR= ${PDSSSHARE}/mpimos
+
 PDSSCMP = ../pdsscmp +s
 PDSSASM = ../emulator/pdssasm
 PARA	=
@@@@ -14,9 +17,13 @@@@
 		mpimos_iodev.sav mpimos_windev.sav \
 		mpimos_fildev.sav mpimos_timdev.sav
 
-all: $(PARA)	$(MPIMOS)
+all: $(PARA)
 
 install:
+	${BSD_INSTALL_DIR} ${MPIMOSDIR}
+	${BSD_INSTALL_SCRIPT} ${MPIMOS} ${MPIMOSDIR}
+	${BSD_INSTALL_DIR} ${MPIMOSSRCDIR}
+	${BSD_INSTALL_DATA} *.kl1 ${MPIMOSSRCDIR}
 
 clean:
 
@


1.2
log
@Fix build error in CURRENT and reduce some compiler warning
(add prototypes).

PR:		ports/46204
Submitted by:	NINOMIYA Hideyuki <nin@@Jp.FreeBSD.org> (maintainer)
@
text
@@


1.1
log
@Add PDSS(v2.52.21), which stands for PIMOS Development Support
System, is a KL1/Prolog (Parallel logic programming language)
byte-code Interpreter/compiler environment.

PR:			ports/42703
Submitted by:		NINOMIYA Hideyuki <nin@@Jp.FreeBSD.org>
Approved by:		knu (mentor)
@
text
@d5 1
a5 2
retrieving revision 1.1.1.1.2.2
diff -u -r1.1.1.1 -r1.1.1.1.2.2
d7 1
a7 1
+++ mpimos/Makefile	5 Sep 2002 08:26:56 -0000	1.1.1.1.2.2
d15 6
a20 2
@@@@ -17,6 +20,10 @@@@
 all: $(PARA)	$(MPIMOS)
@

