aboutsummaryrefslogtreecommitdiffstats
path: root/lang/nqc/Makefile
blob: f27048ff5752c93f11aeaaff0883b4e3cd8399ce (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:    1.3
# Date created:        11 Aug 1999
# Whom:                kbyanc
#
# $FreeBSD$
#

DISTNAME=   nqc_src_1_3
PKGNAME=    nqc-1.3
CATEGORIES= lang
MASTER_SITES=   http://www.enteract.com/~dbaum/lego/nqc/release/

MAINTAINER= kbyanc@posi.net

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

.include <bsd.port.mk>