pkgsrc/devel/nqc/Makefile
nathanw 74621231b4 Initial import of nqc-2.0.1
Development system for the Lego Mindstorms RCX computer.
1999-10-11 20:25:18 +00:00

16 lines
426 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 1999/10/11 20:25:18 nathanw Exp $
#
DISTNAME= nqc_src_2_0_1
PKGNAME= nqc-2.0.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
# NQC doesn't include any install target at all.
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"