1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/lang/nqc/Makefile
Kelly Yancey fbd5070643 Update NQC port to version 2.2.r2
PR:		22638
Submitted by:	Stephen J. Roznowski <sjr@home.net>
2000-11-09 09:57:08 +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.2.r2
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>