mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
28 lines
562 B
Makefile
28 lines
562 B
Makefile
# New ports collection makefile for: nwrite
|
|
# Version required: 1.9.2
|
|
# Date created: 29 July 1997
|
|
# Whom: daveh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|