1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/lang/nqc/Makefile

22 lines
435 B
Makefile
Raw Normal View History

# New ports collection makefile for: nqc
# Date created: 11 Aug 1999
# Whom: kbyanc
#
1999-08-25 06:35:40 +00:00
# $FreeBSD$
#
PORTNAME= nqc
PORTVERSION= 2.1.r2
CATEGORIES= lang
MASTER_SITES= http://www.enteract.com/~dbaum/nqc/release/
MAINTAINER= kbyanc@posi.net
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>