diff options
Diffstat (limited to 'sysutils/lmmon/Makefile')
-rw-r--r-- | sysutils/lmmon/Makefile | 17 |
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> |