# $Id: Portfile,v 1.8 2003/03/03 06:57:42 mij Exp $ PortSystem 1.0 name nqc version 2.4.r3 categories lang maintainers landonf@opendarwin.org description Not-Quite-C Lego RCX Compiler platforms darwin master_sites http://www.baumfamily.org/nqc/release/ extract.sufx .tgz checksums md5 5fc032b990dc065d523285d9ccab91b4 post-patch { reinplace s|/usr/local|${prefix}/| ${worksrcpath}/Makefile } configure {} build.env TARGET=macosx pre-install { reinplace "s|${prefix}|${destroot}${prefix}|g" ${worksrcpath}/Makefile }