openbsd-ports/sysutils/symon/Makefile

58 lines
1.4 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2003/01/10 19:24:50 naddy Exp $
COMMENT= "active monitoring tool"
V= 2.57
DISTNAME= symon-${V}
CATEGORIES= net sysutils
2002-10-28 14:53:43 -05:00
MASTER_SITES= http://www.xs4all.nl/~wpd/symon/
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
SUBPACKAGE?=
# client only package
MULTI_PACKAGES+= -mon
COMMENT-mon= "active host monitor"
2002-10-25 21:09:14 -04:00
MON_LIBDEPENDS=
MON_RUNDEPENDS=
# gatherer only package
MULTI_PACKAGES+= -mux
COMMENT-mux= "symon data gatherer"
2002-10-25 21:09:14 -04:00
MUX_LIBDEPENDS= rrd:rrdtool-*:net/rrdtool
MUX_RUNDEPENDS= rrd:rrdtool-*:net/rrdtool
# web frontend only package
MULTI_PACKAGES+= -web
COMMENT-web= "symon web frontend"
2002-10-25 21:09:14 -04:00
WEB_LIBDEPENDS=
WEB_RUNDEPENDS= rrd:rrdtool-*:net/rrdtool php:php4->=4.2.3:www/php4/core
.for i in ${MULTI_PACKAGES}
FULLPKGNAME${i}= symon${i}-${V}
.endfor
.if defined(PACKAGING) && !empty(SUBPACKAGE)
MODULE_NAME= ${SUBPACKAGE:S/-//g}
2002-10-25 21:09:14 -04:00
LIB_DEPENDS= ${${MODULE_NAME:U}_LIBDEPENDS}
RUN_DEPENDS= ${${MODULE_NAME:U}_RUNDEPENDS}
MESSAGE= ${PKGDIR}/MESSAGE${SUBPACKAGE}
.else
2002-10-25 21:09:14 -04:00
BUILD_DEPENDS= rrd:rrdtool-*:net/rrdtool
RUN_DEPENDS= rrd:rrdtool-*:net/rrdtool php:php4->=4.2.3:www/php4/core
LIB_DEPENDS= rrd:rrdtool-*:net/rrdtool
.endif
WRKDIST= ${WRKDIR}/symon
SUBST_VARS= V
2002-10-28 14:53:43 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>