blob: dfaddd8c952eb0bc02c79e270c01967cff2818d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.5 2005/11/08 03:49:27 tv Exp $
#
DISTNAME= nqc-2.3.r1
PKGNAME= nqc-2.3.1
CATEGORIES= devel
MASTER_SITES= http://www.enteract.com/~dbaum/nqc/release/
MAINTAINER= nathanw@NetBSD.org
HOMEPAGE= http://www.enteract.com/~dbaum/nqc/index.html
COMMENT= Development system for the Lego Mindstorms RCX embedded computer
USE_TOOLS+= flex yacc
.include "../../mk/bsd.pkg.mk"
|