openbsd-ports/sysutils/symon/Makefile
sthen 02ca98cc75 Somewhere between 5.2 and now, struct sensordev grew (96->108 bytes on
amd64) so old binaries no longer work. Bump REVISION to enforce updates.
Problem noticed by henning@, thanks
2012-11-16 16:02:41 +00:00

51 lines
942 B
Makefile

# $OpenBSD: Makefile,v 1.54 2012/11/16 16:02:41 sthen Exp $
COMMENT-main= active monitoring tool
V= 2.85
REVISION= 0
DISTNAME= symon-$V
WRKDIST= ${WRKDIR}/symon
PKGNAME-main= ${DISTNAME}
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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c fontconfig rrd
LIB_DEPENDS= net/rrdtool
MASTER_SITES= ${HOMEPAGE}/philes/
MULTI_PACKAGES= -main -mon -mux
# client only package
COMMENT-mon= active host monitor
WANTLIB-mon= c
LIB_DEPENDS-mon=
# gatherer only package
COMMENT-mux= symon data gatherer
USE_GROFF = Yes
NO_REGRESS= Yes
MAKE_ENV= LIBS="-L${X11BASE}/lib" MANDIR="man"
.ifdef DEBUG
# avoid stripping the binaries
MAKE_ENV+= DEBUG=1
.endif
.include <bsd.port.mk>