openbsd-ports/sysutils/symon/Makefile
2012-04-05 14:33:48 +00:00

50 lines
929 B
Makefile

# $OpenBSD: Makefile,v 1.53 2012/04/05 14:33:48 sthen Exp $
COMMENT-main= active monitoring tool
V= 2.85
DISTNAME= symon-$V
WRKDIST= ${WRKDIR}/symon
PKGNAME-main= ${DISTNAME}
FULLPKGNAME-mon= symon-mon-$V
FULLPKGNAME-mux= symon-mux-$V
CATEGORIES= sysutils net
HOMEPAGE= http://www.xs4all.nl/~wpd/symon
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c fontconfig rrd
LIB_DEPENDS= net/rrdtool
MASTER_SITES= ${HOMEPAGE}/philes/
MULTI_PACKAGES= -main -mon -mux
# client only package
COMMENT-mon= active host monitor
WANTLIB-mon= c
LIB_DEPENDS-mon=
# gatherer only package
COMMENT-mux= symon data gatherer
USE_GROFF = Yes
NO_REGRESS= Yes
MAKE_ENV= LIBS="-L${X11BASE}/lib" MANDIR="man"
.ifdef DEBUG
# avoid stripping the binaries
MAKE_ENV+= DEBUG=1
.endif
.include <bsd.port.mk>