1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/lang/nqc/Makefile
John Hay 73619d4dbe After nudging from the current maintainer, take over maintainership.
De pkg-comment.
Update to ver. 2.5.a5.
Add FreeBSD support for the USB IR Lego Tower.
2003-02-28 20:02:53 +00:00

30 lines
612 B
Makefile

# New ports collection makefile for: nqc
# Date created: 11 Aug 1999
# Whom: kbyanc
#
# $FreeBSD$
#
PORTNAME= nqc
PORTVERSION= 2.5.a5
CATEGORIES= lang
MASTER_SITES= http://www.baumfamily.org/nqc/beta/
EXTRACT_SUFX= .tgz
MAINTAINER= jhay@FreeBSD.org
COMMENT= A compiler for writing programs for the Lego RCX
USE_GMAKE= yes
CC= ${CXX}
MAN1= nqc.1
pre-configure:
${CP} ${FILESDIR}/RCX_USBTowerPipe_fbsd.cpp ${WRKSRC}/rcxlib/
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nqc-man-2.1r1-0.man ${PREFIX}/man/man1/nqc.1
.include <bsd.port.mk>