aboutsummaryrefslogtreecommitdiff
path: root/lang/nqc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-27 11:25:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-27 11:25:56 +0000
commitff692e93353769e73f13c21fb4aa3897915ee9ad (patch)
treeddb7984617b21e0617b673ad15ccdc1c4c33c830 /lang/nqc
parent8c7eb03d323dc9bb9bc63c15b6b30f317bff87c1 (diff)
downloadports-ff692e93353769e73f13c21fb4aa3897915ee9ad.tar.gz
ports-ff692e93353769e73f13c21fb4aa3897915ee9ad.zip
Notes
Diffstat (limited to 'lang/nqc')
-rw-r--r--lang/nqc/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/lang/nqc/Makefile b/lang/nqc/Makefile
index 01cd2eebec5b..5694e615e4c8 100644
--- a/lang/nqc/Makefile
+++ b/lang/nqc/Makefile
@@ -10,20 +10,23 @@ MASTER_SITES= http://bricxcc.sourceforge.net/nqc/release/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Compiler for writing programs for the Lego RCX
+LICENSE= MPL
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
USES= gmake dos2unix tar:tgz
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
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-rcxlib-RCX_USBTowerPipe_fbsd.cpp
.endif
+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.post.mk>