head	1.7;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	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;
locks; strict;
comment	@# @;


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

1.6
date	2012.10.29.13.57.56;	author rene;	state Exp;
branches;
next	1.5;

1.5
date	2012.10.23.21.14.20;	author rene;	state Exp;
branches;
next	1.4;

1.4
date	2012.10.07.09.11.51;	author rene;	state Exp;
branches;
next	1.3;

1.3
date	2010.08.27.16.12.08;	author rene;	state Exp;
branches;
next	1.2;

1.2
date	2009.01.05.16.23.30;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2007.07.11.19.18.08;	author pav;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# Created by:	rene
# $FreeBSD: head/lang/bas2tap/Makefile 306613 2012-10-29 13:57:56Z rene $

PORTNAME=	bas2tap
PORTVERSION=	2.5
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.worldofspectrum.org/pub/sinclair/tools/generic/
DISTNAME=	${PORTNAME}${PORTVERSION:C/\.//}-generic

MAINTAINER=	rene@@FreeBSD.org
COMMENT=	Convert 48k/128k ZX Spectrum BASIC text files to TAP files

LICENSE=	GPLv2

USE_ZIP=	yes

NO_WRKSUBDIR=	yes
PORTDOCS=	${PORTNAME}.doc
PLIST_FILES=	bin/${PORTNAME}

OPTIONS_DEFINE=	DOCS

.include <bsd.port.options.mk>

do-build:
	${CC} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} -lm ${CFLAGS}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
	@@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.6
log
@SVN rev 306613 on 2012-10-29 13:57:56Z by rene

Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are always
defined.

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


1.5
log
@SVN rev 306329 on 2012-10-23 21:14:20Z by rene

Use optionsNG syntax for NOPORTDOCS

Feature safe:	yes
@
text
@d21 2
@


1.4
log
@SVN rev 305446 on 2012-10-07 09:11:51Z by rene

Cleanup Makefile headers of my ports.

Just use my login for ports I originally created myself.
@
text
@d21 2
d28 1
a28 1
.ifndef NOPORTDOCS
@


1.3
log
@- update to 2.5
- add LICENSE, now licensed under GPLv2 instead of custom license
- pkg-descr: add WWW and remove my email address
@
text
@d1 1
a1 4
# New ports collection makefile for:	bas2tap
# Date created:			2007-06-26
# Whom:				Rene Ladan <r.c.ladan@@gmail.com>
#
a2 1
#
@


1.2
log
@- Update maintainer mail

PR:		127077
Submitted by:	Rene Ladan <r.c.ladan@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.4
d17 2
@


1.1
log
@This utility converts both 48k and 128k ZX Spectrum BASIC programs stored
as plain text files into TAP files.

TAP files can be used in most ZX Spectrum emulators and can be concatenated
together using cat(1).

Author: Martijn van der Heide

PR:		ports/114046
Submitted by:	Rene Ladan <r.c.ladan@@gmail.com>
@
text
@d14 1
a14 1
MAINTAINER=	r.c.ladan@@gmail.com
@

