c82ffd07a1
Reported/tested by "Tasmanian Devil" and myself. - Adjust sample configs to use the sensor name format we have been using for the last few releases.
46 lines
981 B
Makefile
46 lines
981 B
Makefile
# $OpenBSD: Makefile,v 1.39 2010/04/26 09:44:24 sthen Exp $
|
|
|
|
COMMENT-main= active monitoring tool
|
|
V= 2.79
|
|
DISTNAME= symon-${V}
|
|
PKGNAME-main= ${DISTNAME}p3
|
|
FULLPKGNAME-mon= symon-mon-${V}p3
|
|
FULLPKGNAME-mux= symon-mux-${V}p0
|
|
CATEGORIES= sysutils net
|
|
|
|
HOMEPAGE= http://www.xs4all.nl/~wpd/symon
|
|
MAINTAINER= Willem Dijkstra <wpd@xs4all.nl>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/philes/
|
|
|
|
MULTI_PACKAGES= -main -mon -mux
|
|
|
|
WANTLIB-main= ${WANTLIB} fontconfig
|
|
|
|
# client only package
|
|
COMMENT-mon= active host monitor
|
|
LIB_DEPENDS-mon=
|
|
# gatherer only package
|
|
COMMENT-mux= symon data gatherer
|
|
LIB_DEPENDS-mux= rrd:rrdtool-*:net/rrdtool
|
|
WANTLIB-mux= ${WANTLIB} fontconfig
|
|
|
|
LIB_DEPENDS= rrd:rrdtool-*:net/rrdtool
|
|
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
WRKDIST= ${WRKDIR}/symon
|
|
SUBST_VARS= V
|
|
|
|
MAKE_ENV= LIBS="-L${X11BASE}/lib" MANDIR="man"
|
|
|
|
.include <bsd.port.mk>
|