aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wmlmmon/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/wmlmmon/Makefile
parent6ea01a15e0039308b1a91aaa49f17c5dfb7ef78a (diff)
downloadports-70124a02ecc58acc973dd2622435b97b3c1f45ee.tar.gz
ports-70124a02ecc58acc973dd2622435b97b3c1f45ee.zip
Notes
Diffstat (limited to 'sysutils/wmlmmon/Makefile')
-rw-r--r--sysutils/wmlmmon/Makefile17
1 files changed, 3 insertions, 14 deletions
diff --git a/sysutils/wmlmmon/Makefile b/sysutils/wmlmmon/Makefile
index f2fca28c55c4..927e503b5ecc 100644
--- a/sysutils/wmlmmon/Makefile
+++ b/sysutils/wmlmmon/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: wmlmmon
-# Version required: 0.55
+# Version required: 0.60
# Date created: 24 September 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
-DISTNAME= wmlmmon-0.55
+DISTNAME= wmlmmon-0.60
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.fxp.org/~jedgar/
@@ -16,19 +16,8 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
MAN8= wmlmmon.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>