1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/lang/nqc/Makefile
John Hay 163cc1d594 Make nqc compile on FreeBSD 8 and later.
PR:		163844
Submitted by:	Jason Bacon <jwbacon@tds.net>
2012-01-14 16:50:08 +00:00

36 lines
795 B
Makefile

# New ports collection makefile for: nqc
# Date created: 11 Aug 1999
# Whom: 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= A compiler for writing programs for the Lego RCX
USE_GMAKE= yes
NO_WRKSUBDIR= yes
MAN1= nqc.1
PLIST_FILES= bin/nqc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nqc-man-2.1r1-0.man ${PREFIX}/man/man1/nqc.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800064
USE_DOS2UNIX= rcxlib/RCX_USBTowerPipe_fbsd.cpp
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-rcxlib-RCX_USBTowerPipe_fbsd.cpp
.endif
.include <bsd.port.post.mk>