head	1.23;
access;
symbols
	RELEASE_8_3_0:1.21
	RELEASE_9_0_0:1.21
	RELEASE_7_4_0:1.21
	RELEASE_8_2_0:1.21
	RELEASE_6_EOL:1.21
	RELEASE_8_1_0:1.21
	RELEASE_7_3_0:1.21
	RELEASE_8_0_0:1.18
	RELEASE_7_2_0:1.18
	RELEASE_7_1_0:1.18
	RELEASE_6_4_0:1.18
	RELEASE_5_EOL:1.18
	RELEASE_7_0_0:1.18
	RELEASE_6_3_0:1.18
	PRE_XORG_7:1.18
	RELEASE_4_EOL:1.18
	RELEASE_6_2_0:1.18
	RELEASE_6_1_0:1.18
	RELEASE_5_5_0:1.18
	RELEASE_6_0_0:1.18
	RELEASE_5_4_0:1.17
	RELEASE_4_11_0:1.16
	RELEASE_5_3_0:1.16
	RELEASE_4_10_0:1.16
	RELEASE_5_2_1:1.16
	RELEASE_5_2_0:1.16
	RELEASE_4_9_0:1.14
	RELEASE_5_1_0:1.14
	RELEASE_4_8_0:1.14
	RELEASE_5_0_0:1.13
	RELEASE_4_7_0:1.13
	RELEASE_4_6_2:1.13
	RELEASE_4_6_1:1.13
	RELEASE_4_6_0:1.13
	RELEASE_5_0_DP1:1.12
	RELEASE_4_5_0:1.10
	RELEASE_4_4_0:1.10
	RELEASE_4_3_0:1.10
	RELEASE_4_2_0:1.10
	RELEASE_4_1_1:1.10
	RELEASE_4_1_0:1.10
	RELEASE_3_5_0:1.10
	RELEASE_4_0_0:1.9
	RELEASE_3_4_0:1.9
	RELEASE_3_3_0:1.9
	RELEASE_3_2_0:1.7
	RELEASE_3_1_0:1.7
	RELEASE_2_2_8:1.7
	RELEASE_3_0_0:1.7
	RELEASE_2_2_7:1.7
	RELEASE_2_2_6:1.7
	RELEASE_2_2_5:1.7
	RELEASE_2_2_1:1.7
	RELEASE_2_2_2:1.7
	bwbasic_2_10:1.1.1.1
	MSMITH:1.1.1;
locks; strict;
comment	@# @;


1.23
date	2012.11.17.05.58.48;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2012.11.09.16.09.49;	author bdrewery;	state Exp;
branches;
next	1.21;

1.21
date	2010.02.02.22.42.55;	author miwi;	state Exp;
branches;
next	1.20;

1.20
date	2010.01.25.09.30.13;	author wen;	state Exp;
branches;
next	1.19;

1.19
date	2010.01.25.06.51.55;	author wen;	state Exp;
branches;
next	1.18;

1.18
date	2005.04.19.21.05.40;	author vs;	state Exp;
branches;
next	1.17;

1.17
date	2005.02.25.20.54.47;	author pav;	state Exp;
branches;
next	1.16;

1.16
date	2003.11.05.17.49.11;	author linimon;	state Exp;
branches;
next	1.15;

1.15
date	2003.11.03.01.30.42;	author kris;	state Exp;
branches;
next	1.14;

1.14
date	2003.03.07.06.05.28;	author ade;	state Exp;
branches;
next	1.13;

1.13
date	2002.05.04.20.25.18;	author kris;	state Exp;
branches;
next	1.12;

1.12
date	2002.03.29.05.47.59;	author kris;	state Exp;
branches;
next	1.11;

1.11
date	2002.03.25.02.04.33;	author kris;	state Exp;
branches;
next	1.10;

1.10
date	2000.04.12.06.17.53;	author obrien;	state Exp;
branches;
next	1.9;

1.9
date	99.08.28.02.41.54;	author mharo;	state Exp;
branches;
next	1.8;

1.8
date	99.08.25.06.34.17;	author obrien;	state Exp;
branches;
next	1.7;

1.7
date	97.01.19.00.33.50;	author asami;	state Exp;
branches;
next	1.6;

1.6
date	97.01.16.00.56.10;	author msmith;	state Exp;
branches;
next	1.5;

1.5
date	96.12.31.08.25.17;	author msmith;	state Exp;
branches;
next	1.4;

1.4
date	96.11.12.02.18.04;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	95.11.22.13.12.28;	author asami;	state Exp;
branches;
next	1.2;

1.2
date	95.08.09.14.46.58;	author asami;	state Exp;
branches;
next	1.1;

1.1
date	95.08.09.14.42.48;	author asami;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.08.09.14.42.48;	author asami;	state Exp;
branches;
next	;


desc
@@


1.23
log
@Switch exporter over
@
text
@# Created by: msmith@@gsoft.com.au
# $FreeBSD: head/lang/bwbasic/Makefile 307237 2012-11-09 16:09:49Z bdrewery $

PORTNAME=	bwbasic
PORTVERSION=	2.60
CATEGORIES=	lang
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/version%20${PORTVERSION}/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	The Bywater Basic interpreter

NO_WRKSUBDIR=	yes

USE_ZIP=	yes
USE_DOS2UNIX=	yes
GNU_CONFIGURE=	yes
MAKE_ARGS=	CFLAGS="${CFLAGS} -ansi"
ALL_TARGET=	${PORTNAME}

PORTDOCS=	*
PORTEXAMPLES=	*
PLIST_FILES=	bin/${PORTNAME}

post-patch:
	@@${CHMOD} a+x ${WRKSRC}/${CONFIGURE_SCRIPT}

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.doc ${DOCSDIR}
.endif
.if !defined(NOPORTEXAMPLES)
	@@${MKDIR} ${EXAMPLESDIR}
	@@(cd ${WRKSRC}/bwbtest; ${COPYTREE_SHARE} . ${EXAMPLESDIR})
.endif

.include <bsd.port.mk>
@


1.22
log
@SVN rev 307237 on 2012-11-09 16:09:49Z by bdrewery

- Update to 2.60
- Trim header

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.21
log
@- Support NO_WRKSUBDIR
- Support PORTDOCS/PORTEXAMPLES
- Support PLIST_FILES

PR:		143440
Submitted by:	Ports Fury
@
text
@d1 1
a1 4
# New ports collection makefile for:	bwbasic
# Date created:		16 Jan 1997
# Whom:			msmith@@gsoft.com.au
#
a2 1
#
d5 1
a5 1
PORTVERSION=	2.50
@


1.20
log
@- Fix build
@
text
@d16 2
a20 1
WRKSRC=		${WRKDIR}
d22 5
d29 1
a29 1
	${CHMOD} a+x ${WRKDIR}/configure
d31 1
d33 6
a38 5
post-install:
	${MKDIR} ${DOCSDIR}
	${MKDIR} ${EXAMPLESDIR}
	${CP} ${WRKSRC}/bwbasic.doc ${DOCSDIR}
	${CP} -r ${WRKSRC}/bwbtest ${EXAMPLESDIR}
@


1.19
log
@- Update to 2.50
- Update MASTER_SITES
@
text
@d22 3
@


1.18
log
@Don't need a patch for setting CFLAGS
@
text
@d9 1
a9 1
PORTVERSION=	2.20p2
d11 1
a11 2
MASTER_SITES=	http://www.nicholson.com/rhn/files/
EXTRACT_SUFX=	.tar.Z
d16 2
d19 1
a19 3
WRKTOP=		${WRKDIR}/${DISTNAME}
WRKSUBDIR=	bwbasic-2.20
WRKSRC=		${WRKTOP}/${WRKSUBDIR}
a21 4
pre-patch:
	cd ${WRKTOP} && ${MV} bwb-2.20-patch01/* ${WRKSUBDIR}
	cd ${WRKTOP} && ${MV} bwb-2.20-patch02/* ${WRKSUBDIR}

@


1.17
log
@- Fix fetch
- Style

PR:		ports/78074
Submitted by:	Sam Lawrance <boris@@brooknet.com.au>
@
text
@d21 1
@


1.16
log
@Per distfile survey, remove mastersite which disappeared in September 2002.
@
text
@d11 1
a11 2
# mastersite disappeared in September 2002
MASTER_SITES=	# ftp://ftp.rahul.net/pub2/rhn/www/files/
d26 1
a26 3
# This puts the documentation in ${PREFIX}/share/bwbasic, and the
# test programs in ${PREFIX}/share/bwbasic/bwbtest.

d28 5
a32 3
	-${MKDIR} ${PREFIX}/share/bwbasic
	${CP} ${WRKSRC}/bwbasic.doc ${PREFIX}/share/bwbasic/
	${CP} -r ${WRKSRC}/bwbtest ${PREFIX}/share/bwbasic/
@


1.15
log
@Reset maintainer on ports maintained by the following non-ports committers,
who did not respond to my email confirming whether they have an active
interest in maintaining the port:

  sue reg rv jmb dima reg horikawa msmith jhs ue
@
text
@d11 2
a12 1
MASTER_SITES=	ftp://ftp.rahul.net/pub2/rhn/www/files/
@


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

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d14 1
a14 1
MAINTAINER=	msmith@@FreeBSD.org
@


1.13
log
@Update to bwbasic 2.20p2 and remove msmith as maintainer at his
request.

Submitted by:	David MacKenzie <djm@@pix.net>
@
text
@d15 1
@


1.12
log
@Update to msmith's FreeBSD address.
@
text
@d9 1
a9 1
PORTVERSION=	2.20
d11 2
a12 2
MASTER_SITES=	ftp://ftp.rahul.net/pub/rhn/
DISTFILES=	bwbasic-2.20.tar.Z bwb-2.20-patch01.tar.Z.uu.txt
a15 2
BROKEN=		"Checksum fails"

d17 3
a19 5
EXTRACT_ONLY=	bwbasic-2.20.tar.Z

# The patches come in a totally bizarre format; we have to 
# uudecode them, unpack the resulting tarfile, and then replace
# some of the original files.
d22 2
a23 6
	${MKDIR} ${WRKSRC}/tmp
	cd ${WRKSRC}/tmp; \
	uudecode ${DISTDIR}/bwb-2.20-patch01.tar.Z.uu.txt; \
	tar xzf bwb-2.20-patch01.tar.Z; \
	${MV} bwb-2.20-patch01/* ${WRKSRC}
	${RM} -rf ${WRKSRC}/tmp
d25 1
a25 1
# This puts the documentation in ${PREFIX}/share/bwbasic, and the 
@


1.11
log
@BROKEN: checksum has changed
@
text
@d14 1
a14 1
MAINTAINER=	msmith@@gsoft.com.au
@


1.10
log
@Convert to the PORTNAME - PORTVERSION syntax.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/bwbasic/Makefile,v 1.9 1999/08/28 02:41:54 mharo Exp $
d15 2
@


1.9
log
@expr -> ${EXPR}
mv   -> ${MV}
rm   -> ${RM}
tr   -> ${TR}
@
text
@a1 1
# Version required:	2.20
d5 1
a5 1
# $FreeBSD: ports/lang/bwbasic/Makefile,v 1.8 1999/08/25 06:34:17 obrien Exp $
d8 2
a9 1
DISTNAME=	bwbasic-2.20
@


1.8
log
@Change Id->FreeBSD.
@
text
@d6 1
a6 1
# $FreeBSD$
d28 1
a28 1
	mv bwb-2.20-patch01/* ${WRKSRC}
@


1.7
log
@Change pre-patch rule slightly to extract everything under ${WRKSRC},
not ${.CURDIR}.  Also remove HAS_CONFIGURE (GNU_CONFIGURE implies that).
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.6 1997/01/16 00:56:10 msmith Exp $
@


1.6
log
@Update to version 2.20pl1, also fix some glaring stupidity that causes
one of the supplied tests to fail.

Located-on-radar-by: Josh Gilliam -- soil@@quick.net
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.5 1996/12/31 08:25:17 msmith Exp $
a12 1
EXTRACT_ONLY=	bwbasic-2.20.tar.Z
a15 1
HAS_CONFIGURE=	yes
d17 1
a21 2
#
# This method pollutes the port directory temporarily. 
d24 4
a27 2
	uudecode ${DISTDIR}/bwb-2.20-patch01.tar.Z.uu.txt
	tar xzf bwb-2.20-patch01.tar.Z
d29 1
a29 1
	rm -rf bwb-2.20-patch01 bwb-2.20-patch01.tar.Z
@


1.5
log
@Move the master site pointer to esr's retrocomputing archive; the old
one appears to have gone.

Submitted by:	pgiffuni@@fps.biblos.unal.edu.co ( Pedro Giffuni S.)
@
text
@d2 3
a4 3
# Version required:	2.10
# Date created:		9 Aug 1995
# Whom:			msmith@@atrad.adelaide.edu.au
d6 1
a6 1
# $Id: Makefile,v 1.4 1996/11/12 02:18:04 obrien Exp $
d9 1
a9 1
DISTNAME=	bwbasic-2.10
d11 3
a13 1
MASTER_SITES=	ftp://locke.ccil.org/pub/retro/bwbasic-2.10.tar.gz
d15 1
a15 1
MAINTAINER=	msmith@@atrad.adelaide.edu.au
d19 12
@


1.4
log
@CATAGORIES+= -> CATAGORIES=
Reordered vars where needed.  Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 1995/11/22 13:12:28 asami Exp $
d11 1
a11 1
MASTER_SITES=	ftp://ftp.eng.umd.edu/pub/basic/
@


1.3
log
@Change category nome from "languages" to "lang".  Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1995/08/09 14:46:58 asami Exp $
d10 1
a10 1
CATEGORIES+=	lang
d22 3
a24 3
	-mkdir ${PREFIX}/share/bwbasic
	cp ${WRKSRC}/bwbasic.doc ${PREFIX}/share/bwbasic/
	cp -r ${WRKSRC}/bwbtest ${PREFIX}/share/bwbasic/
@


1.2
log
@Oops, category name is "languages", not "lang"....
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1995/08/09 14:42:48 asami Exp $
d10 1
a10 1
CATEGORIES+=	languages
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d10 1
a10 1
CATEGORIES+=	lang
@


1.1.1.1
log
@The Bywater Basic interpreter.  If you don't know what Basic is,
you are probably too young to use FreeBSD. :p

Submitted by:	Michael Smith <msmith@@atrad.adelaide.edu.au>
@
text
@@
