1999-08-22 08:41:12 +00:00
|
|
|
# New ports collection makefile for: rrdtool
|
|
|
|
# Date created: 20 July 1999
|
|
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1999-08-22 08:41:12 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= rrdtool
|
2000-10-04 15:03:06 +00:00
|
|
|
PORTVERSION= 1.0.28
|
1999-08-22 08:41:12 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/
|
|
|
|
|
2000-11-13 12:45:40 +00:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
1999-08-22 08:41:12 +00:00
|
|
|
|
2000-01-11 00:30:27 +00:00
|
|
|
USE_PERL5= yes
|
1999-08-22 08:41:12 +00:00
|
|
|
MAKE_ENV+= PERL=${PERL}
|
|
|
|
|
2000-06-28 14:02:51 +00:00
|
|
|
USE_GMAKE= yes
|
2000-01-11 00:30:27 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-01-11 00:30:27 +00:00
|
|
|
CONFIGURE_ARGS= --enable-shared=yes
|
1999-08-22 08:41:12 +00:00
|
|
|
CONFIGURE_ENV= PERL=${PERL}
|
|
|
|
|
1999-09-08 22:38:57 +00: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 \
|
2000-01-11 00:30:27 +00:00
|
|
|
rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1 cdeftutorial.1 \
|
2000-06-28 14:02:51 +00:00
|
|
|
rpntutorial.1 rrdinfo.1
|
1999-09-11 00:55:52 +00:00
|
|
|
MAN3= RRDp.3 RRDs.3
|
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
1999-08-22 08:41:12 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(BATCH)
|
|
|
|
@${ECHO} ""
|
|
|
|
@${ECHO} "############################################################################"
|
1999-09-10 22:39:04 +00:00
|
|
|
@${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #"
|
1999-08-22 08:41:12 +00:00
|
|
|
@${ECHO} "############################################################################"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|