16 lines
410 B
Makefile
16 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.7 2006/10/04 21:35:59 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= nqc-2.3.r1
|
|
PKGNAME= nqc-2.3.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://bricxcc.sourceforge.net/nqc/release/
|
|
|
|
MAINTAINER= nathanw@NetBSD.org
|
|
HOMEPAGE= http://bricxcc.sourceforge.net/nqc/
|
|
COMMENT= Development system for the Lego Mindstorms RCX embedded computer
|
|
|
|
USE_LANGUAGES= c++
|
|
USE_TOOLS+= flex yacc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|