mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
31 lines
721 B
Makefile
31 lines
721 B
Makefile
# Created by: kbyanc
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nqc
|
|
PORTVERSION= 3.1.r6
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://bricxcc.sourceforge.net/nqc/release/ \
|
|
ftp://ftp2.za.freebsd.org/pub/nqc/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jhay@FreeBSD.org
|
|
COMMENT= Compiler for writing programs for the Lego RCX
|
|
|
|
USES= gmake dos2unix
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= bin/nqc man/man1/nqc.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/nqc-man-2.1r1-0.man \
|
|
${STAGEDIR}${MANPREFIX}/man/man1/nqc.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 800064
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-rcxlib-RCX_USBTowerPipe_fbsd.cpp
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|