Lines 2-12
Link Here
|
2 |
# Date created: Tue Feb 12 22:17:40 CET 2002 |
2 |
# Date created: Tue Feb 12 22:17:40 CET 2002 |
3 |
# Whom: Lars Thegler <lars@thegler.dk> |
3 |
# Whom: Lars Thegler <lars@thegler.dk> |
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/net/smokeping/Makefile,v 1.4 2002/04/28 16:26:21 pat Exp $ |
5 |
# $FreeBSD: ports/net/smokeping/Makefile,v 1.3 2002/04/02 01:10:03 kuriyama Exp $ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= smokeping |
8 |
PORTNAME= smokeping |
9 |
PORTVERSION= 1.8 |
9 |
PORTVERSION= 1.12 |
10 |
CATEGORIES= net www |
10 |
CATEGORIES= net www |
11 |
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ |
11 |
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ |
12 |
|
12 |
|
Lines 15-20
Link Here
|
15 |
BUILD_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ |
15 |
BUILD_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ |
16 |
${SITE_PERL}/CGI/SpeedyCGI.pm:${PORTSDIR}/www/p5-CGI-SpeedyCGI \ |
16 |
${SITE_PERL}/CGI/SpeedyCGI.pm:${PORTSDIR}/www/p5-CGI-SpeedyCGI \ |
17 |
${SITE_PERL}/BER.pm:${PORTSDIR}/net/p5-SNMP_Session \ |
17 |
${SITE_PERL}/BER.pm:${PORTSDIR}/net/p5-SNMP_Session \ |
|
|
18 |
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ |
19 |
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ |
20 |
${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \ |
18 |
${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping |
21 |
${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping |
19 |
|
22 |
|
20 |
USE_PERL5= yes |
23 |
USE_PERL5= yes |
Lines 22-28
Link Here
|
22 |
MAN1= EchoPing.pm.1 EchoPingChargen.pm.1 EchoPingDiscard.pm.1 \ |
25 |
MAN1= EchoPing.pm.1 EchoPingChargen.pm.1 EchoPingDiscard.pm.1 \ |
23 |
EchoPingHttp.pm.1 EchoPingHttps.pm.1 \ |
26 |
EchoPingHttp.pm.1 EchoPingHttps.pm.1 \ |
24 |
EchoPingIcp.pm.1 EchoPingSmtp.pm.1 \ |
27 |
EchoPingIcp.pm.1 EchoPingSmtp.pm.1 \ |
25 |
FPing.pm.1 ParseConfig.pm.1 Smokeping.pm.1 \ |
28 |
FPing.pm.1 FPing6.pm.1 ParseConfig.pm.1 Smokeping.pm.1 \ |
26 |
base.pm.1 basefork.pm.1 basevars.pm.1 \ |
29 |
base.pm.1 basefork.pm.1 basevars.pm.1 \ |
27 |
smokeping.1 smokeping.cgi.1 \ |
30 |
smokeping.1 smokeping.cgi.1 \ |
28 |
smokeping_config.1 smokeping_install.1 |
31 |
smokeping_config.1 smokeping_install.1 |
Lines 34-40
Link Here
|
34 |
DOC2= EchoPing.pm EchoPingChargen.pm EchoPingDiscard.pm \ |
37 |
DOC2= EchoPing.pm EchoPingChargen.pm EchoPingDiscard.pm \ |
35 |
EchoPingHttp.pm EchoPingHttps.pm \ |
38 |
EchoPingHttp.pm EchoPingHttps.pm \ |
36 |
EchoPingIcp.pm EchoPingSmtp.pm \ |
39 |
EchoPingIcp.pm EchoPingSmtp.pm \ |
37 |
FPing.pm ParseConfig.pm Smokeping.pm \ |
40 |
FPing.pm FPing6.pm ParseConfig.pm Smokeping.pm \ |
38 |
base.pm basefork.pm basevars.pm smokeping.cgi \ |
41 |
base.pm basefork.pm basevars.pm smokeping.cgi \ |
39 |
smokeping smokeping_config smokeping_install |
42 |
smokeping smokeping_config smokeping_install |
40 |
ETC1= basepage.html config smokemail config-echoping |
43 |
ETC1= basepage.html config smokemail config-echoping |
Lines 51-57
Link Here
|
51 |
s|/home/oetiker/.smokeping/config|${PREFIX}/etc/smokeping/config|; \ |
54 |
s|/home/oetiker/.smokeping/config|${PREFIX}/etc/smokeping/config|; \ |
52 |
s|/usr/lib/sendmail|/usr/sbin/sendmail|; \ |
55 |
s|/usr/lib/sendmail|/usr/sbin/sendmail|; \ |
53 |
s|/usr/sepp/bin/fping|${PREFIX}/sbin/fping|; \ |
56 |
s|/usr/sepp/bin/fping|${PREFIX}/sbin/fping|; \ |
54 |
s|piddir = /usr/local/smokeping/var|piddir = ${PREFIX}/var/smokeping|; \ |
57 |
s|dir = /usr/local/smokeping/var|dir = ${PREFIX}/var/smokeping|; \ |
55 |
s|imgcache = /home/oetiker/public_html/.simg|imgcache = ${PREFIX}/smokeping/htdocs/img|; \ |
58 |
s|imgcache = /home/oetiker/public_html/.simg|imgcache = ${PREFIX}/smokeping/htdocs/img|; \ |
56 |
s|imgurl = ../.simg|imgurl = /smokeimg|; \ |
59 |
s|imgurl = ../.simg|imgurl = /smokeimg|; \ |
57 |
' \ |
60 |
' \ |
Lines 64-69
Link Here
|
64 |
do-build: |
67 |
do-build: |
65 |
@${RM} ${WRKSRC}/lib/BER.pm |
68 |
@${RM} ${WRKSRC}/lib/BER.pm |
66 |
@${RM} ${WRKSRC}/lib/SNMP_*.pm |
69 |
@${RM} ${WRKSRC}/lib/SNMP_*.pm |
|
|
70 |
@${RM} ${WRKSRC}/probe-report.patch |
67 |
|
71 |
|
68 |
pre-install: |
72 |
pre-install: |
69 |
PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL |
73 |
PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL |