1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/lang/nqc/Makefile
Pav Lucistnik efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00

29 lines
607 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.mk>