freebsd-ports/lang/nqc/Makefile
John Hay c3d50bb4e9 Make nqc compile on 4.x by adding USE_GCC=3.4+
Submitted by:	vs

Update to nqc-3.1.r4.
2005-10-23 17:40:08 +00:00

28 lines
564 B
Makefile

# New ports collection makefile for: nqc
# Date created: 11 Aug 1999
# Whom: kbyanc
#
# $FreeBSD$
#
PORTNAME= nqc
PORTVERSION= 3.1.r4
CATEGORIES= lang
MASTER_SITES= http://bricxcc.sourceforge.net/nqc/release/
EXTRACT_SUFX= .tgz
MAINTAINER= jhay@FreeBSD.org
COMMENT= A compiler for writing programs for the Lego RCX
USE_GMAKE= yes
USE_GCC= 3.4+
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.mk>