freebsd-ports/misc/nwrite/Makefile
Bill Fumerola acda2d9b7a Install with the correct modes.
PR:		ports/10845
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
1999-03-29 02:17:30 +00:00

28 lines
607 B
Makefile

# New ports collection makefile for: nwrite
# Version required: 1.9.2
# Date created: 29 July 1997
# Whom: daveh
#
# $Id: Makefile,v 1.3 1999/03/15 02:11:36 steve Exp $
#
DISTNAME= nwrite-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:
${INSTALL_PROGRAM} ${WRKSRC}/nwrite ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nwrite.1.in ${PREFIX}/man/man1/nwrite.1
.include <bsd.port.mk>