aboutsummaryrefslogtreecommitdiffstats
path: root/net/rmsg/Makefile
blob: e3ec15725f8901836c9380492cc23ae881c05323 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    rmsg
# Date created:     9 October 1995
# Whom:         torstenb@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   rmsg
PORTVERSION=    1.64
CATEGORIES= net
MASTER_SITES=   ftp://ftp.funet.fi/pub/unix/tcpip/ \
        ftp://proton.elka.pw.edu.pl/pub/unix/network/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A network messaging system

WRKSRC=     ${WRKDIR}/rmsg
MAN1=       rmsg.1
MAN8=       rmsgd.8

.include <bsd.port.mk>