mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
167f1a76f8
* Add -m flag: produces a very simple output format, suitable for input to other programs - such as the UCD SNMP Daemon. By: Kevin Walton <kevinw@demon.net>
20 lines
366 B
Makefile
20 lines
366 B
Makefile
# New ports collection makefile for: lmmon
|
|
# Version required: 0.65
|
|
# Date created: 24 September 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= lmmon-0.65
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.fxp.org/~jedgar/
|
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN8= lmmon.8
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|