aboutsummaryrefslogtreecommitdiff
path: root/misc/nwrite/Makefile
blob: bcc24cf1855d59ada978b5c8cd54c015382c7a3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for: nwrite
# Date created:                	29 July 1997
# Whom:                        	daveh
#
# $FreeBSD$
#

PORTNAME=	nwrite
PORTVERSION=	1.9.2
CATEGORIES=	misc
MASTER_SITES=	ftp://ftp.csua.berkeley.edu/pub/nwrite/

MAINTAINER=	daveh@csua.berkeley.edu
COMMENT=	Improved, recipient configureable replacement for /usr/bin/write

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-clear-procs

MAN1=		nwrite.1

BINGRP=		tty
BINMODE=	2755

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/nwrite ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/nwrite.1.in ${PREFIX}/man/man1/nwrite.1

.include <bsd.port.mk>