mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
20 lines
373 B
Makefile
20 lines
373 B
Makefile
# New ports collection makefile for: nqc
|
|
# Date created: 11 Aug 1999
|
|
# Whom: kbyanc
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nqc
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.enteract.com/~dbaum/nqc/release/
|
|
DISTNAME= nqc_src_2_0_2
|
|
|
|
MAINTAINER= kbyanc@posi.net
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|