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
|
2003-10-29 09:56:29 +01:00
|
|
|
PORTVERSION= 1.0.45
|
1999-08-22 10:41:12 +02:00
|
|
|
CATEGORIES= net
|
2001-07-06 08:41:34 +02:00
|
|
|
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/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
|
|
|
|
2000-01-11 01:30:27 +01:00
|
|
|
USE_PERL5= yes
|
1999-08-22 10:41:12 +02:00
|
|
|
MAKE_ENV+= PERL=${PERL}
|
|
|
|
|
2000-01-11 01:30:27 +01:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-01-11 01:30:27 +01:00
|
|
|
CONFIGURE_ARGS= --enable-shared=yes
|
1999-08-22 10:41:12 +02:00
|
|
|
CONFIGURE_ENV= PERL=${PERL}
|
2001-03-28 15:22:15 +02:00
|
|
|
CFLAGS:= ${CFLAGS:N-ffast-math}
|
1999-08-22 10:41:12 +02:00
|
|
|
|
1999-09-09 00:38:57 +02:00
|
|
|
MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \
|
|
|
|
rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \
|
2001-02-22 11:42:17 +01:00
|
|
|
rrdtool.1 rrdtune.1 rrdtutorial.1 rrdtutorial.es.1 rrdupdate.1 \
|
2003-10-29 09:56:29 +01:00
|
|
|
cdeftutorial.1 rpntutorial.1 rrdinfo.1 rrdxport.1 rrd-beginners.1
|
1999-09-11 02:55:52 +02:00
|
|
|
MAN3= RRDp.3 RRDs.3
|
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
1999-08-22 10:41:12 +02:00
|
|
|
|
2003-10-29 09:56:29 +01:00
|
|
|
.if defined(WITH_LATIN2)
|
|
|
|
CONFIGURE_ARGS+= --with-latin2
|
|
|
|
.endif
|
|
|
|
|
|
|
|
pre-extract:
|
|
|
|
.if !defined(WITH_LATIN2)
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
@${ECHO_MSG} "You can enable support for ISO-8859-2 fonts by defining WITH_LATIN2."
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
.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
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|