openbsd-ports/net/rrdtool/Makefile
2004-12-16 00:31:20 +00:00

53 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.29 2004/12/16 00:31:25 alek Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "system to store and display time-series data"
RRDVERSION= 1.0.49
DISTNAME= rrdtool-${RRDVERSION}
CATEGORIES= net
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/ \
ftp://ftp.sunet.se/pub/network/monitoring/rrdtool/ \
http://ftp.sunet.se/pub/network/monitoring/rrdtool/
HOMEPAGE= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
MAINTAINER= Dan Harnett <danh@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c jpeg m ttf z
SUBST_VARS= RRDVERSION
FLAVORS= tcl
FLAVOR?=
LIB_DEPENDS= png.4::graphics/png \
gd.18::graphics/gd
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} --enable-static \
--enable-local-libpng \
--enable-local-zlib
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config ${WRKSRC}/contrib/php4
.if ${FLAVOR:L:Mtcl}
LIB_DEPENDS+= tcl84::lang/tcl/8.4
USE_GMAKE= Yes
CONFIGURE_ARGS+= --with-tcllib="${LOCALBASE}/lib/tcl8.4"
CFLAGS+= -I${LOCALBASE}/include/tcl8.4
INSTALL_TARGET= install site-tcl-install
FAKE_FLAGS+= MACHINE_ARCH="${MACHINE_ARCH}"
.else
CONFIGURE_ARGS+= --without-tcllib
.endif
CFLAGS+= -I${LOCALBASE}/include/libpng
.include <bsd.port.mk>