aboutsummaryrefslogtreecommitdiffstats
path: root/lang/nqc/Makefile
blob: 32e32032db4b114e2cbf3b1954a9cfdbbffa1a6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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
USE_GCC=    3.4+
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.mk>