1995-10-12 08:43:01 +01:00
|
|
|
# New ports collection makefile for: rmsg
|
|
|
|
# Date created: 9 October 1995
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: torstenb@FreeBSD.org
|
1995-10-12 08:43:01 +01:00
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1995-10-12 08:43:01 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= rmsg
|
|
|
|
PORTVERSION= 1.64
|
1995-11-27 05:06:03 +01:00
|
|
|
CATEGORIES= net
|
2005-10-13 07:56:49 +02:00
|
|
|
MASTER_SITES= ftp://ftp.funet.fi/pub/unix/tcpip/
|
1995-10-12 08:43:01 +01:00
|
|
|
|
2001-09-17 19:40:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A network messaging system
|
1996-12-01 02:23:27 +01:00
|
|
|
|
1995-10-12 08:43:01 +01:00
|
|
|
WRKSRC= ${WRKDIR}/rmsg
|
1996-11-26 08:51:51 +01:00
|
|
|
MAN1= rmsg.1
|
|
|
|
MAN8= rmsgd.8
|
1995-10-12 08:43:01 +01:00
|
|
|
|
2010-03-20 17:04:25 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} > 900007
|
|
|
|
BROKEN= fails to build with new utmpx
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|