2010-10-19 03:43:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.42 2010/10/19 07:43:02 espie Exp $
|
2002-10-08 03:56:42 -04:00
|
|
|
|
2007-09-15 17:14:00 -04:00
|
|
|
COMMENT-main= active monitoring tool
|
2010-06-15 06:47:08 -04:00
|
|
|
V= 2.82
|
2010-10-18 21:07:13 -04:00
|
|
|
REVISION= 0
|
2002-10-08 03:56:42 -04:00
|
|
|
DISTNAME= symon-${V}
|
2010-06-15 06:47:08 -04:00
|
|
|
PKGNAME-main= ${DISTNAME}
|
|
|
|
FULLPKGNAME-mon= symon-mon-${V}
|
|
|
|
FULLPKGNAME-mux= symon-mux-${V}
|
2003-02-27 14:21:37 -05:00
|
|
|
CATEGORIES= sysutils net
|
2002-10-08 03:56:42 -04:00
|
|
|
|
2004-02-16 15:09:03 -05:00
|
|
|
HOMEPAGE= http://www.xs4all.nl/~wpd/symon
|
2002-10-08 03:56:42 -04:00
|
|
|
MAINTAINER= Willem Dijkstra <wpd@xs4all.nl>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-10-18 21:07:13 -04:00
|
|
|
|
|
|
|
WANTLIB= c fontconfig rrd
|
|
|
|
LIB_DEPENDS= ::net/rrdtool
|
2002-10-08 03:56:42 -04:00
|
|
|
|
2004-02-16 15:09:03 -05:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/philes/
|
2003-02-27 14:21:37 -05:00
|
|
|
|
2006-11-25 03:41:04 -05:00
|
|
|
MULTI_PACKAGES= -main -mon -mux
|
2002-10-08 03:56:42 -04:00
|
|
|
|
|
|
|
# client only package
|
2007-09-15 17:14:00 -04:00
|
|
|
COMMENT-mon= active host monitor
|
2010-10-18 21:07:13 -04:00
|
|
|
WANTLIB-mon= c
|
2006-11-25 03:41:04 -05:00
|
|
|
LIB_DEPENDS-mon=
|
2010-10-18 21:07:13 -04:00
|
|
|
|
2002-10-08 03:56:42 -04:00
|
|
|
# gatherer only package
|
2007-09-15 17:14:00 -04:00
|
|
|
COMMENT-mux= symon data gatherer
|
2004-02-04 02:39:18 -05:00
|
|
|
|
2005-10-24 01:13:17 -04:00
|
|
|
USE_X11= Yes
|
2010-10-19 03:43:00 -04:00
|
|
|
USE_GROFF = Yes
|
2005-10-24 01:13:17 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2002-10-08 03:56:42 -04:00
|
|
|
WRKDIST= ${WRKDIR}/symon
|
2009-03-10 21:55:07 -04:00
|
|
|
MAKE_ENV= LIBS="-L${X11BASE}/lib" MANDIR="man"
|
2010-10-18 21:07:13 -04:00
|
|
|
.ifdef DEBUG
|
|
|
|
# avoid stripping the binaries
|
|
|
|
MAKE_ENV+= DEBUG=1
|
|
|
|
.endif
|
2002-10-28 14:53:43 -05:00
|
|
|
|
2002-10-08 03:56:42 -04:00
|
|
|
.include <bsd.port.mk>
|