1995-10-12 07:43:01 +00:00
|
|
|
# New ports collection makefile for: rmsg
|
|
|
|
# Version required: 1.64
|
|
|
|
# Date created: 9 October 1995
|
|
|
|
# Whom: torstenb@FreeBSD.ORG
|
|
|
|
#
|
1995-11-27 04:06:03 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1995/10/12 07:43:00 asami Exp $
|
1995-10-12 07:43:01 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= rmsg-1.64
|
1995-11-27 04:06:03 +00:00
|
|
|
CATEGORIES= net
|
1995-10-12 07:43:01 +00:00
|
|
|
MASTER_SITES= ftp://ftp.funet.fi/pub/networking/tcpip/ \
|
|
|
|
ftp://proton.elka.pw.edu.pl/pub/unix/network/
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/rmsg
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/rmsg.1 ${PREFIX}/man/man8/rmsgd.8
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|