mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
30 lines
724 B
Makefile
30 lines
724 B
Makefile
PORTNAME= nqc
|
|
PORTVERSION= 3.1.r6
|
|
PORTREVISION= 2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://bricxcc.sourceforge.net/nqc/release/ \
|
|
ftp://ftp2.za.freebsd.org/pub/nqc/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Compiler for writing programs for the Lego RCX
|
|
WWW= https://bricxcc.sourceforge.net/nqc/
|
|
|
|
LICENSE= MPL10
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gmake dos2unix tar:tgz
|
|
|
|
CFLAGS= --std=c++14
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= bin/nqc share/man/man1/nqc.1.gz
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-rcxlib-RCX_USBTowerPipe_fbsd.cpp
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/nqc-man-2.1r1-0.man \
|
|
${STAGEDIR}${PREFIX}/share/man/man1/nqc.1
|
|
|
|
.include <bsd.port.mk>
|