freebsd-ports/net/rmsg/Makefile

27 lines
471 B
Makefile
Raw Normal View History

# New ports collection makefile for: rmsg
# Date created: 9 October 1995
# Whom: torstenb@FreeBSD.org
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= rmsg
PORTVERSION= 1.64
1995-11-27 05:06:03 +01:00
CATEGORIES= net
MASTER_SITES= ftp://ftp.funet.fi/pub/unix/tcpip/
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A network messaging system
WRKSRC= ${WRKDIR}/rmsg
MAN1= rmsg.1
MAN8= rmsgd.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900007
BROKEN= fails to build with new utmpx
.endif
.include <bsd.port.post.mk>