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