blob: 467000992f2619a9314046eafb5e07005e4e49f4 (
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.2
# Date created: 11 Aug 1999
# Whom: kbyanc
#
# $FreeBSD$
#
DISTNAME= nqc_src_2_0_2
PKGNAME= nqc-2.0.2
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>
|