summaryrefslogtreecommitdiff
path: root/sysutils/lmmon/Makefile
blob: 66650fbc25c3a767e57653e4ff521a61bba0f715 (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
# New ports collection makefile for:	lmmon
# Version required:			0.50
# Date created:				24 September 1999
# Whom:					Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#

DISTNAME=	lmmon-0.50
CATEGORIES=	sysutils
MASTER_SITES=	http://www.fxp.org/~jedgar/

MAINTAINER=	jedgar@fxp.org

MAN8=		lmmon.8
MANCOMPRESSED=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 400000
pre-fetch:
BROKEN="This port uses the intpm controller which is only available in FreeBSD 4.0+"
.endif

.include <bsd.port.post.mk>