- Add LICENSE
This commit is contained in:
parent
8c7eb03d32
commit
ff692e9335
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402480
1 changed files with 8 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue