aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wmlmmon/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-21 06:35:54 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-21 06:35:54 +0000
commit01ad31939e9375fb44f93239d3ab10029261c599 (patch)
tree81cba1acf29393325658a6d0c7303910e45854c9 /sysutils/wmlmmon/Makefile
parente7ce5a642be6f622d3de3415792ddfd845bd169d (diff)
Notes
Diffstat (limited to 'sysutils/wmlmmon/Makefile')
-rw-r--r--sysutils/wmlmmon/Makefile20
1 files changed, 13 insertions, 7 deletions
diff --git a/sysutils/wmlmmon/Makefile b/sysutils/wmlmmon/Makefile
index 75207fcf30a2..f2fca28c55c4 100644
--- a/sysutils/wmlmmon/Makefile
+++ b/sysutils/wmlmmon/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: wmlmmon
-# Version required: 0.52
+# Version required: 0.55
# Date created: 24 September 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
-DISTNAME= wmlmmon-0.52
+DISTNAME= wmlmmon-0.55
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.fxp.org/~jedgar/
@@ -19,10 +19,16 @@ USE_X_PREFIX= yes
MAN8= wmlmmon.8
MANCOMPRESSED= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400000
-FORBIDDEN= "This port uses the intpm controller which is only available in FreeBSD 4.0+"
+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.post.mk>
+.include <bsd.port.mk>