aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lmmon/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-11-14 03:31:20 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-11-14 03:31:20 +0000
commit70124a02ecc58acc973dd2622435b97b3c1f45ee (patch)
treeb954382e7d418f84a9142855cc725a823234a1da /sysutils/lmmon/Makefile
parent6ea01a15e0039308b1a91aaa49f17c5dfb7ef78a (diff)
downloadports-70124a02ecc58acc973dd2622435b97b3c1f45ee.tar.gz
ports-70124a02ecc58acc973dd2622435b97b3c1f45ee.zip
Notes
Diffstat (limited to 'sysutils/lmmon/Makefile')
-rw-r--r--sysutils/lmmon/Makefile17
1 files changed, 3 insertions, 14 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile
index 479cfdcca811..2bf220912ace 100644
--- a/sysutils/lmmon/Makefile
+++ b/sysutils/lmmon/Makefile
@@ -1,30 +1,19 @@
# New ports collection makefile for: lmmon
-# Version required: 0.55
+# Version required: 0.60
# Date created: 24 September 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
-DISTNAME= lmmon-0.55
+DISTNAME= lmmon-0.60
CATEGORIES= sysutils
MASTER_SITES= http://www.fxp.org/~jedgar/
MAINTAINER= jedgar@fxp.org
+GNU_CONFIGURE= yes
MAN8= lmmon.8
MANCOMPRESSED= yes
-pre-configure:
-.if !defined(IO_ONLY)
- @${ECHO}
- @${ECHO} "Define IO_ONLY (make IO_ONLY=yes) to build with"
- @${ECHO} "/dev/io support only."
- @${ECHO}
-.else
- @${ECHO}
- @${ECHO} "Building with only /dev/io interface support."
- @${ECHO}
-.endif
-
.include <bsd.port.mk>