head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.05.58.57;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.02.12.20.33.50;	author johans;	state Exp;
branches;
next	1.5;

1.5
date	2011.03.21.07.17.35;	author wen;	state Exp;
branches;
next	1.4;

1.4
date	2011.02.16.03.46.49;	author tabthorpe;	state Exp;
branches;
next	1.3;

1.3
date	2009.12.11.06.57.20;	author wes;	state Exp;
branches;
next	1.2;

1.2
date	2009.12.06.17.37.38;	author wes;	state Exp;
branches;
next	1.1;

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


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	snobol4
# Date created:		Fri Dec  8 06:20:28 UTC 2006
# Whom:			Wes Peters <wes@@softweyr.com>
#
# $FreeBSD: head/lang/snobol4/Makefile 300896 2012-07-14 13:54:48Z beat $

PORTNAME=	snobol4
PORTVERSION=	1.4.1
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.ultimate.com/snobol/

MAINTAINER=	johans@@FreeBSD.org
COMMENT=	A port of Macro SNOBOL4, supports full SNOBOL4 plus SPITBOL

HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX} \
		--snolibdir=${PREFIX}/lib/${PORTNAME}
USE_GMAKE=	yes
PLIST_SUB+=	VERSION=${PORTVERSION}

MAN1=		sdb.1 snobol4.1
MAN3=		snolib.3 snobol4dbm.3 snobol4random.3 \
		snobol4readline.3 snobol4tcl.3 snobol4time.3

post-patch:
	@@${REINPLACE_CMD} 's:[^=]*\.tmp$$:${WRKSRC}/&:' ${WRKSRC}/configure

.include <bsd.port.mk>
@


1.6
log
@- Update snobol4 to version 1.4.1
- Use MANx variables to list manpages
- Grab maintainership

Major changes in 1.4: new sdb debugger and readline support
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 1.3
@
text
@d8 1
a8 1
PORTVERSION=	1.3
d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
d16 2
a17 1
CONFIGURE_ARGS=	--prefix=${PREFIX}
d19 8
@


1.4
log
@Reassign ports to the pool, thanks for your service, we hope to see you
back.
@
text
@d8 1
a8 1
PORTVERSION=	1.2
@


1.3
log
@Mentioning the man pages here causes failures in building packages,
so zot them.  They're already covered by 'make install' and pkg-plist.
@
text
@d12 1
a12 1
MAINTAINER=	wes@@FreeBSD.org
@


1.2
log
@Update to 1.2, remove dead patch incorporated upstream, fix descr
to make portlint happy.  Extensive testing of plist with both
make deinstall and pkg_delete.

PR:		ports/139540
Submitted by:	Sahil Tandon <sahil@@tandon.net>
@
text
@a18 3
MAN1=		snobol4.1
MAN3=		snolib.3 snobol4dbm.3 snobol4tcl.3

@


1.1
log
@New, improved snobol4 interpreter from Phil Budne <phil@@ultimate.com>

Submitted by:	Dave Feustel <dfeustel@@mindspring.com>
@
text
@d8 1
a8 1
PORTVERSION=	1.1
d13 1
a13 1
COMMENT=	A port of Macro SNOBOL4, supports full SNOBOL4 plus SPITBOL.
d15 2
a16 1
#GNU_CONFIGURE=	yes
d20 1
@

