2011-05-02 17:19:13 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.47 2011/05/02 21:19:13 sthen Exp $
|
2002-10-08 03:56:42 -04:00
|
|
|
|
2007-09-15 17:14:00 -04:00
|
|
|
COMMENT-main= active monitoring tool
|
2011-05-02 17:19:13 -04:00
|
|
|
|
|
|
|
V= 2.83
|
2002-10-08 03:56:42 -04:00
|
|
|
DISTNAME= symon-${V}
|
2011-05-02 17:19:13 -04:00
|
|
|
WRKDIST= ${WRKDIR}/symon
|
2010-06-15 06:47:08 -04:00
|
|
|
PKGNAME-main= ${DISTNAME}
|
|
|
|
FULLPKGNAME-mon= symon-mon-${V}
|
2011-05-02 17:19:13 -04:00
|
|
|
FULLPKGNAME-mux= symon-mux-${V}
|
2002-10-08 03:56:42 -04:00
|
|
|
|
2011-05-02 17:19:13 -04:00
|
|
|
CATEGORIES= sysutils net
|
2011-03-02 02:13:13 -05:00
|
|
|
|
2004-02-16 15:09:03 -05:00
|
|
|
HOMEPAGE= http://www.xs4all.nl/~wpd/symon
|
2011-05-02 17:19:13 -04:00
|
|
|
|
|
|
|
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
2002-10-08 03:56:42 -04:00
|
|
|
|
|
|
|
# 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
|
2010-11-20 12:22:40 -05:00
|
|
|
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
|
|
|
|
2010-11-20 12:22:40 -05:00
|
|
|
USE_GROFF = Yes
|
2005-10-24 01:13:17 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2009-03-10 21:55:07 -04:00
|
|
|
MAKE_ENV= LIBS="-L${X11BASE}/lib" MANDIR="man"
|
2011-05-02 17:19:13 -04:00
|
|
|
|
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>
|