openbsd-ports/sysutils/symon/Makefile

48 lines
861 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.57 2013/03/11 19:51:26 sthen Exp $
COMMENT-main= active monitoring tool
V= 2.86
REVISION= 0
2012-04-05 10:33:48 -04:00
DISTNAME= symon-$V
WRKDIST= ${WRKDIR}/symon
PKGNAME-main= ${DISTNAME}
2012-04-05 10:33:48 -04:00
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
WANTLIB= c fontconfig rrd
2010-11-20 12:22:40 -05:00
LIB_DEPENDS= net/rrdtool
MASTER_SITES= ${HOMEPAGE}/philes/
2006-11-25 03:41:04 -05:00
MULTI_PACKAGES= -main -mon -mux
# client only package
COMMENT-mon= active host monitor
WANTLIB-mon= c
2006-11-25 03:41:04 -05:00
LIB_DEPENDS-mon=
# gatherer only package
COMMENT-mux= symon data gatherer
2010-11-20 12:22:40 -05:00
USE_GROFF = Yes
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
2005-10-24 01:13:17 -04:00
MAKE_ENV= LIBS="-L${X11BASE}/lib" MANDIR="man"
.ifdef DEBUG
# avoid stripping the binaries
MAKE_ENV+= DEBUG=1
.endif
2002-10-28 14:53:43 -05:00
.include <bsd.port.mk>