freebsd-ports/misc/nwrite/Makefile
2004-02-06 13:12:53 +00:00

29 lines
642 B
Makefile

# 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
PLIST_FILES= bin/nwrite
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>