1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/misc/nwrite/Makefile

28 lines
544 B
Makefile
Raw Normal View History

# New ports collection makefile for: nwrite
# Date created: 29 July 1997
# Whom: daveh
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
#
2000-04-14 08:49:30 +00:00
PORTNAME= nwrite
PORTVERSION= 1.9.2
CATEGORIES= misc
MASTER_SITES= ftp://ftp.csua.berkeley.edu/pub/nwrite/
MAINTAINER= daveh@csua.berkeley.edu
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-clear-procs
MAN1= nwrite.1
BINGRP= tty
BINMODE= 2755
do-install:
1999-07-04 21:26:45 +00:00
${INSTALL_PROGRAM} ${WRKSRC}/nwrite ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nwrite.1.in ${PREFIX}/man/man1/nwrite.1
.include <bsd.port.mk>