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


1.7
date	2006.10.31.14.13.18;	author vd;	state dead;
branches;
next	1.6;

1.6
date	2006.08.27.19.57.35;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.09.20.52.18;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2003.10.15.21.43.46;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.12.35.06;	author knu;	state Exp;
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.54;	author nork;	state Exp;
branches;
next	;


desc
@@


1.7
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
@# New ports collection makefile for:	PDSS-KL1
# Date created:		07 Sep 2002
# Whom:			NINOMIYA Hideyuki <nin@@Jp.FreeBSD.org>
#
# $FreeBSD: ports/lang/pdss/Makefile,v 1.6 2006/08/27 19:57:35 linimon Exp $
#

PORTNAME=	pdss
PORTVERSION=	2.52.21
PORTREVISION=	1
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.icot.or.jp/ifs/symbolic-proc/unix/
DISTNAME=	${PORTNAME}
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	The KL1 programming environment on an ordinary UNIX system

EMACS_FILES=	kl1-mode.el pdss-init.e.el pdss-init.j.el \
		pdss-kl1cmp.el pdss-manual.el pdss.el

INSTALL_DIR=	${INSTALL} -d ${_SHROWNGRP} -m 0755

WRKSRC=		${WRKDIR}
MAKE_ENV+=	BSD_INSTALL_DIR="${INSTALL_DIR}"
SCRIPTS_ENV+=	BSD_INSTALL_DIR="${INSTALL_DIR}"

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 501000
BROKEN=		Does not compile
.endif

DEPRECATED=	fails to compile on recent FreeBSD versions
EXPIRATION_DATE=	2006-10-27

do-configure:
	@@${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile
.for f in pdsscmp emulator/config.h emacs/pdss-init.el
	@@${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:" ${WRKSRC}/${f}
.endfor

post-build:
	@@${CP} ${WRKSRC}/emacs/pdss-init.el ${WRKSRC}/emacs/pdss-init.e.el
	@@${CP} ${WRKSRC}/emacs/pdss-init.el ${WRKSRC}/emacs/pdss-init.j.el
	@@${REINPLACE_CMD} -e "s:%%DOCDIR%%:doc.e:" ${WRKSRC}/emacs/pdss-init.e.el
	@@${REINPLACE_CMD} -e "s:%%DOCDIR%%:doc.j:" ${WRKSRC}/emacs/pdss-init.j.el

post-install:
	@@${INSTALL_DIR} ${DATADIR}/emacs
.for f in ${EMACS_FILES}
	${INSTALL_DATA} ${WRKSRC}/emacs/${f} ${DATADIR}/emacs
.endfor

.include <bsd.port.post.mk>
@


1.6
log
@Reset bouncing maintainer address; mark DEPRECATED since it does not build
on anything other than 4.X.  If someone wants to save this port, they should
step up now.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@Remove USE_REINPLACE from the categories starting with L
@
text
@d16 1
a16 1
MAINTAINER=	nin@@Jp.FreeBSD.org
d31 1
a31 1
BROKEN=		"Does not compile"
d34 3
@


1.4
log
@BROKEN on 5.x: does not compile
@
text
@a18 2
USE_REINPLACE=	YES

@


1.3
log
@De-pkg-comment.
@
text
@d30 6
d54 1
a54 1
.include <bsd.port.mk>
@


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
@d17 1
@


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
@d10 1
a10 1
#PORTREVISION=	1
@

