1999-08-14 22:08:36 +00:00
|
|
|
# New ports collection makefile for: nqc
|
|
|
|
# Date created: 11 Aug 1999
|
|
|
|
# Whom: kbyanc
|
|
|
|
#
|
1999-08-25 06:35:40 +00:00
|
|
|
# $FreeBSD$
|
1999-08-14 22:08:36 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:21:15 +00:00
|
|
|
PORTNAME= nqc
|
2007-06-15 05:57:00 +00:00
|
|
|
PORTVERSION= 3.1.r6
|
1999-08-14 22:08:36 +00:00
|
|
|
CATEGORIES= lang
|
2007-06-15 05:57:00 +00:00
|
|
|
MASTER_SITES= http://bricxcc.sourceforge.net/nqc/release/ \
|
|
|
|
ftp://ftp2.za.freebsd.org/pub/nqc/
|
2002-06-07 18:23:52 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
1999-08-14 22:08:36 +00:00
|
|
|
|
2003-02-28 20:02:53 +00:00
|
|
|
MAINTAINER= jhay@FreeBSD.org
|
|
|
|
COMMENT= A compiler for writing programs for the Lego RCX
|
1999-08-14 22:08:36 +00:00
|
|
|
|
2002-06-07 18:23:52 +00:00
|
|
|
USE_GMAKE= yes
|
2007-06-15 05:57:00 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
2002-06-07 18:23:52 +00:00
|
|
|
|
2000-04-29 23:49:03 +00:00
|
|
|
MAN1= nqc.1
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/nqc
|
2000-04-29 23:49:03 +00:00
|
|
|
|
1999-08-14 22:08:36 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${PREFIX}/bin
|
2000-04-29 23:49:03 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/nqc-man-2.1r1-0.man ${PREFIX}/man/man1/nqc.1
|
1999-08-14 22:08:36 +00:00
|
|
|
|
2009-05-24 16:41:36 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 800064
|
2012-01-14 16:50:08 +00:00
|
|
|
USE_DOS2UNIX= rcxlib/RCX_USBTowerPipe_fbsd.cpp
|
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-rcxlib-RCX_USBTowerPipe_fbsd.cpp
|
2009-05-24 16:41:36 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|