forked from Lainports/freebsd-ports
17 lines
399 B
Makefile
17 lines
399 B
Makefile
# New ports collection makefile for: rmsg
|
|
# Version required: 1.64
|
|
# Date created: 9 October 1995
|
|
# Whom: torstenb@FreeBSD.ORG
|
|
#
|
|
# $Id: Makefile,v 1.3 1996/10/20 15:33:33 max Exp $
|
|
#
|
|
|
|
DISTNAME= rmsg-1.64
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.funet.fi/pub/networking/tcpip/ \
|
|
ftp://proton.elka.pw.edu.pl/pub/unix/network/
|
|
|
|
WRKSRC= ${WRKDIR}/rmsg
|
|
MAN1= rmsg.1 rmsgd.8
|
|
|
|
.include <bsd.port.mk>
|