1999-08-22 10:41:12 +02:00
|
|
|
# New ports collection makefile for: rrdtool
|
|
|
|
# Date created: 20 July 1999
|
|
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1999-08-22 10:41:12 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= rrdtool
|
2007-02-01 12:22:37 +01:00
|
|
|
PORTVERSION= 1.2.19
|
1999-08-22 10:41:12 +02:00
|
|
|
CATEGORIES= net
|
2007-01-31 15:12:40 +01:00
|
|
|
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
|
1999-08-22 10:41:12 +02:00
|
|
|
|
2000-11-13 13:45:40 +01:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-02-22 10:13:13 +01:00
|
|
|
COMMENT= Round Robin Database Tools
|
1999-08-22 10:41:12 +02:00
|
|
|
|
2005-12-19 12:12:04 +01:00
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
2006-05-28 15:37:06 +02:00
|
|
|
art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \
|
2005-05-08 22:56:09 +02:00
|
|
|
png.5:${PORTSDIR}/graphics/png
|
1999-08-22 10:41:12 +02:00
|
|
|
|
2007-01-30 00:51:55 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-05-08 22:56:09 +02:00
|
|
|
USE_PERL5= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-05-08 22:56:09 +02:00
|
|
|
USE_GMAKE= yes
|
2005-12-19 12:12:04 +01:00
|
|
|
CONFIGURE_ARGS= --enable-perl-site-install --disable-python --disable-tcl
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2005-05-08 22:56:09 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libart-2.0 -I${LOCALBASE}/include/freetype2
|
2004-04-06 09:30:51 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2001-03-28 15:22:15 +02:00
|
|
|
CFLAGS:= ${CFLAGS:N-ffast-math}
|
2005-05-08 22:56:09 +02:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
INSTALLS_SHLIB= yes
|
1999-08-22 10:41:12 +02:00
|
|
|
|
2005-05-08 22:56:09 +02:00
|
|
|
MAN1= bin_dec_hex.1 cdeftutorial.1 rpntutorial.1 rrd-beginners.1 \
|
|
|
|
rrdbuild.1 rrdcgi.1 rrdcreate.1 rrddump.1 rrdfetch.1 rrdfirst.1 \
|
|
|
|
rrdgraph.1 rrdgraph_data.1 rrdgraph_examples.1 rrdgraph_graph.1 \
|
|
|
|
rrdgraph_rpn.1 rrdinfo.1 rrdlast.1 rrdresize.1 rrdrestore.1 \
|
|
|
|
rrdthreads.1 rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1 \
|
2007-01-31 15:12:40 +01:00
|
|
|
rrdxport.1 rrdlastupdate.1
|
1999-09-11 02:55:52 +02:00
|
|
|
MAN3= RRDp.3 RRDs.3
|
2006-08-04 14:34:50 +02:00
|
|
|
MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION}
|
1999-08-22 10:41:12 +02:00
|
|
|
|
2005-03-17 10:58:57 +01:00
|
|
|
post-extract:
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
@${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \
|
|
|
|
${WRKSRC}/doc/Makefile.in
|
2003-10-29 09:56:29 +01:00
|
|
|
.endif
|
|
|
|
|
1999-08-22 10:41:12 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(BATCH)
|
2003-10-29 09:56:29 +01:00
|
|
|
@${ECHO_MSG} ""
|
|
|
|
@${ECHO_MSG} "############################################################################"
|
|
|
|
@${ECHO_MSG} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #"
|
|
|
|
@${ECHO_MSG} "############################################################################"
|
1999-08-22 10:41:12 +02:00
|
|
|
.endif
|
|
|
|
|
2005-05-08 22:56:09 +02:00
|
|
|
.include <bsd.port.mk>
|