aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lmmon/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-27 17:18:48 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-27 17:18:48 +0000
commit2255c2b13950454b06e3d86bf2d041a53177c402 (patch)
treebccbe4674fbd3ca6a720adf33bc6f46171db776d /sysutils/lmmon/Makefile
parent78ea1447ac0e48b25cf91cb2fecb37e23c8d937e (diff)
downloadports-2255c2b13950454b06e3d86bf2d041a53177c402.tar.gz
ports-2255c2b13950454b06e3d86bf2d041a53177c402.zip
Notes
Diffstat (limited to 'sysutils/lmmon/Makefile')
-rw-r--r--sysutils/lmmon/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile
new file mode 100644
index 000000000000..66650fbc25c3
--- /dev/null
+++ b/sysutils/lmmon/Makefile
@@ -0,0 +1,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>