openbsd-ports/sysutils/symon/Makefile
2011-11-16 00:20:08 +00:00

51 lines
948 B
Makefile

# $OpenBSD: Makefile,v 1.50 2011/11/16 00:25:05 sthen Exp $
COMMENT-main= active monitoring tool
V= 2.83
REVISION= 2
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>