freebsd-ports/lang/nqc/Makefile

30 lines
621 B
Makefile
Raw Normal View History

# New ports collection makefile for: nqc
# Date created: 11 Aug 1999
# Whom: kbyanc
#
1999-08-25 08:35:40 +02:00
# $FreeBSD$
#
PORTNAME= nqc
PORTVERSION= 3.1.r6
CATEGORIES= lang
MASTER_SITES= http://bricxcc.sourceforge.net/nqc/release/ \
ftp://ftp2.za.freebsd.org/pub/nqc/
2002-06-07 20:23:52 +02:00
EXTRACT_SUFX= .tgz
MAINTAINER= jhay@FreeBSD.org
COMMENT= A compiler for writing programs for the Lego RCX
2002-06-07 20:23:52 +02:00
USE_GMAKE= yes
USE_GCC= 3.4+
NO_WRKSUBDIR= yes
2002-06-07 20:23:52 +02:00
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>