head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	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.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.05.58.53;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2011.11.24.15.57.08;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2009.07.06.21.33.55;	author naddy;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.29.20.13.43;	author itetcu;	state Exp;
branches;
next	1.1;

1.1
date	2007.09.06.05.56.58;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	nesasm
# Date created:		6 August 2007
# Whom:						Pontus Stenetorp <ninjin@@kth.se>
#
# $FreeBSD: head/lang/nesasm/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	nesasm
PORTVERSION=	20040314
PORTREVISION=	1
CATEGORIES=	lang devel
MASTER_SITES=	http://bobrost.com/nes/files/
DISTNAME=	nbasic_2004_03_14

MAINTAINER=	ninjin@@kth.se
COMMENT=	The nesasm assembler is a 6502 assembler with specific NES support

WRKSRC=	${WRKDIR}/nbasic_2004_03_14/source/${PORTNAME}/source/
USE_ZIP=	yes

post-patch:	.SILENT
	${REINPLACE_CMD} -e '/^CC/s/=/?=/' \
		-e '/^CFLAGS/{s/=/+=/;s/-O2//;}' \
		${WRKSRC}/Makefile.unix

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/nesasm ${PREFIX}/bin
.ifndef(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}../documentation/*.txt ${DOCSDIR}
	# The next install will overwrite readme.txt with a newer readme.txt
	${INSTALL_DATA} ${WRKSRC}../readme.txt ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.4
log
@- Respect CC/CFLAGS

PR:		162536
Submitted by:	Jan Beich <jbeich@@tormail.net>
Approved by:	maintainer
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@Fix typo: PORTREVISON -> PORTREVISION
@
text
@d21 5
@


1.2
log
@- fix plist when -DNOPORTDOCS
- bump PORTREVISION

Prompted by:	QA Tindy run
Approved by:	maintainer timeout on BotMail
@
text
@d10 1
a10 1
PORTREVISON=	1
@


1.1
log
@New port: lang devel/nesasm: 6502 assembler with specific NES support

	nesasm is a 6502 assembler with specific NES support. NES
	support in this case refers to FamiCOM and Nintendo
	Entertainment System support.

	lang/fasm has been used as a reference on how an assembler
	should be ported. Feedback is as always welcome, hopefully
	it will lead to me producing better ports and less work for
	you committer ;)

	WWW: http://bobrost.com/nes/resources.php

PR:		ports/115254
Submitted by:	Pontus Stenetorp <ninjin@@kth.se>
@
text
@d10 1
@

