aboutsummaryrefslogtreecommitdiffstats
path: root/net/rmsg/Makefile
blob: 1cedbdfea3b4fb1cd9021579986aba368c7790d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: torstenb@FreeBSD.org
# $FreeBSD$

PORTNAME=   rmsg
PORTVERSION=    1.64
PORTREVISION=   1
CATEGORIES= net
MASTER_SITES=   ftp://ftp.funet.fi/pub/unix/tcpip/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Network messaging system

DEPRECATED= Unmaintained since 2001
EXPIRATION_DATE=    2014-04-12
WRKSRC=     ${WRKDIR}/rmsg
MAN1=       rmsg.1
MAN8=       rmsgd.8
PLIST_FILES=    bin/rmsg sbin/rmsgd
USE_RC_SUBR=    rmsgd

NO_STAGE=   yes
.include <bsd.port.pre.mk>

.if ${OSVERSION} > 900007
BROKEN= Does not build after the removal of utmp(5)
.endif

.include <bsd.port.post.mk>