freebsd-ports/lang/nqc/Makefile
Kelly Yancey e2bcb36091 Update nqc port to version 2.3r1.
PR:		26923 (with slight modifications)
Submitted by:	"Stephen J. Roznowski" <sjr@home.com>
2001-05-04 05:57:04 +00:00

22 lines
438 B
Makefile

# New ports collection makefile for: nqc
# Date created: 11 Aug 1999
# Whom: kbyanc
#
# $FreeBSD$
#
PORTNAME= nqc
PORTVERSION= 2.3.r1
CATEGORIES= lang
MASTER_SITES= http://www.enteract.com/~dbaum/nqc/release/
MAINTAINER= kbyanc@FreeBSD.org
MAN1= nqc.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nqc-man-2.1r1-0.man ${PREFIX}/man/man1/nqc.1
.include <bsd.port.mk>