1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/lang/nqc/Makefile
1999-08-25 06:35:40 +00:00

20 lines
387 B
Makefile

# 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>