1999-09-27 17:18:48 +00:00
|
|
|
# New ports collection makefile for: lmmon
|
1999-10-21 06:34:46 +00:00
|
|
|
# Version required: 0.55
|
1999-09-27 17:18:48 +00:00
|
|
|
# Date created: 24 September 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
1999-10-21 06:34:46 +00:00
|
|
|
DISTNAME= lmmon-0.55
|
1999-09-27 17:18:48 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.fxp.org/~jedgar/
|
|
|
|
|
|
|
|
MAINTAINER= jedgar@fxp.org
|
|
|
|
|
|
|
|
MAN8= lmmon.8
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
1999-10-21 06:34:46 +00:00
|
|
|
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}
|
1999-09-27 17:18:48 +00:00
|
|
|
.endif
|
|
|
|
|
1999-10-21 06:34:46 +00:00
|
|
|
.include <bsd.port.mk>
|