2780c70985
arches with and without kern_cptime2. fixes single-processor i386/amd64. with some help from Willem Dijkstra (symon author), ok simon
46 lines
976 B
Makefile
46 lines
976 B
Makefile
# $OpenBSD: Makefile,v 1.27 2007/05/18 12:07:37 henning Exp $
|
|
|
|
COMMENT-main= "active monitoring tool"
|
|
V= 2.75
|
|
DISTNAME= symon-${V}
|
|
PKGNAME-main= ${DISTNAME}p3
|
|
CATEGORIES= sysutils net
|
|
|
|
HOMEPAGE= http://www.xs4all.nl/~wpd/symon
|
|
MAINTAINER= Willem Dijkstra <wpd@xs4all.nl>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/philes/
|
|
|
|
MULTI_PACKAGES= -main -mon -mux
|
|
|
|
WANTLIB-main= ${WANTLIB} fontconfig
|
|
|
|
# client only package
|
|
FULLPKGNAME-mon= symon-mon-${V}p3
|
|
COMMENT-mon= "active host monitor"
|
|
LIB_DEPENDS-mon=
|
|
# gatherer only package
|
|
FULLPKGNAME-mux= symon-mux-${V}p0
|
|
COMMENT-mux= "symon data gatherer"
|
|
LIB_DEPENDS-mux= rrd:rrdtool-*:net/rrdtool
|
|
WANTLIB-mux= ${WANTLIB} fontconfig
|
|
|
|
LIB_DEPENDS= rrd:rrdtool-*:net/rrdtool
|
|
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
WRKDIST= ${WRKDIR}/symon
|
|
SUBST_VARS= V
|
|
|
|
MAKE_ENV= LIBS="-L${X11BASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|