head	1.11;
access;
symbols
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2;
locks; strict;
comment	@# @;


1.11
date	2007.10.04.08.59.33;	author linimon;	state dead;
branches;
next	1.10;

1.10
date	2007.10.02.00.43.16;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2007.07.16.03.09.31;	author wes;	state Exp;
branches;
next	1.8;

1.8
date	2007.07.15.18.57.52;	author wes;	state Exp;
branches;
next	1.7;

1.7
date	2007.02.03.00.08.35;	author wes;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.27.21.20.32;	author wes;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.16.01.16.33;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2003.06.04.04.45.54;	author wes;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.07.06.05.37;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2000.09.05.15.27.57;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2000.09.01.06.52.03;	author wes;	state Exp;
branches;
next	;


desc
@@


1.11
log
@lang/snobol is obsolted by lang/snobol4.

Discussed with:		maintainer
@
text
@# New ports collection makefile for:	snobol
# Date created:		Fri Sep  1 00:05:55 MDT 2000
# Whom:			Wes Peters <wes@@softweyr.com>
#
# $FreeBSD: ports/lang/snobol/Makefile,v 1.10 2007/10/02 00:43:16 linimon Exp $

PORTNAME=	snobol
PORTVERSION=	0.99.4
PORTREVISION=	1
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.snobol4.com/

MAINTAINER=	wes@@FreeBSD.org
COMMENT=	0.99.4 release of ``The Macro Implementation of SNOBOL4 in C''

DEPRECATED=     Replaced by snobol4 port
EXPIRATION_DATE=	2007-11-01

CONFLICTS=      snobol4

MAN1= snobol4.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 699999
BROKEN=         ${DEPRECATED}
.endif

# Fix GCC 3.x from freaking out over some of our pointers.
#
# I had to patch gendata.sno, so I patched the changes it produces
# in res.h as well.  To keep the port from trying to run gendata.sno
# (with your potentially nonexistant snobol compiler), touch it
# back to it's original mod time.

post-patch:
	touch -t 199705212205.21 ${WRKSRC}/gendata.sno

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


1.10
log
@Go ahead and set an expiration date on this one; it doesn't work on gcc4,
and is already marked as deprecated.

Hat:		portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@Fix the OSVERSION check so it will actually be defined.

Submitted by:	Pav Lucistnik <pav@@FreeBSD.org>
@
text
@d15 1
d17 2
@


1.8
log
@Cram deprecation of this port down the throats of 7.x users.
@
text
@d18 4
a25 4
MAN1= snobol4.1

.include <bsd.port.pre.mk>

@


1.7
log
@Deprecate in favor of the newer and safer snobol4 port.
@
text
@d18 4
@


1.6
log
@Un-broke the compile by forcing stdargs.
@
text
@d15 2
@


1.5
log
@BROKEN on 5.x: does not compile
@
text
@a19 4
.if ${OSVERSION} >= 501000
BROKEN=		"Does not compile"
.endif

@


1.4
log
@Compile cleanly on GCC 3.x

Approved by:	kris@@
@
text
@d18 6
d34 1
a34 1
.include <bsd.port.mk>
@


1.3
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
d17 10
@


1.2
log
@Forced commit - I've forgot:

PR:		21040
Submitted by:	Steve Coltrin <spcoltri@@omcl.org>
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/snobol/Makefile,v 1.1 2000/09/01 06:52:03 wes Exp $
d13 1
@


1.1
log
@A port of the Macro Implementation of SNOBOL4 in C (C-MAINBOL) version
0.99.4; Aug 11, 1997.  This was sort of request by Eivind.
@
text
@d5 1
a5 1
# $FreeBSD$
@

