summaryrefslogtreecommitdiff
path: root/lang/nqc/Makefile
blob: c3501e4bc159918d87dc3df1e61501ea78575865 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:	nqc
# Version required:    2.0.1
# Date created:        11 Aug 1999
# Whom:                kbyanc
#
# $FreeBSD$
#

DISTNAME=	nqc_src_2_0_1
PKGNAME=	nqc-2.0.1
CATEGORIES=	lang
MASTER_SITES=	http://www.enteract.com/~dbaum/nqc/release/

MAINTAINER=	kbyanc@posi.net

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${PREFIX}/bin

.include <bsd.port.mk>