a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name nqc
version 2.4.r3
categories lang
maintainers nomaintainer@macports.org
description Not-Quite-C Lego RCX Compiler
platforms darwin
master_sites http://www.baumfamily.org/nqc/release/
extract.suffix .tgz
checksums md5 5fc032b990dc065d523285d9ccab91b4
post-patch { reinplace s|/usr/local|${prefix}/| ${worksrcpath}/Makefile }
configure {}
build.env TARGET=macosx
pre-destroot { reinplace "s|${prefix}|${destroot}${prefix}|g" ${worksrcpath}/Makefile }