mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
net-mgmt/mrtg: fix support for GD_PORT
take maintainership
This commit is contained in:
parent
e5fbd07a7c
commit
fe2317c01a
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= mrtg
|
PORTNAME= mrtg
|
||||||
PORTVERSION= 2.17.10
|
PORTVERSION= 2.17.10
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \
|
MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \
|
||||||
|
@ -7,18 +8,21 @@ MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \
|
||||||
ftp://ftp.nstu.ru/pub/sources/nettools/monitoring/ \
|
ftp://ftp.nstu.ru/pub/sources/nettools/monitoring/ \
|
||||||
ftp://ftp.chg.ru/pub/networking/monitoring/mrtg/
|
ftp://ftp.chg.ru/pub/networking/monitoring/mrtg/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= dinoex@FreeBSD.org
|
||||||
COMMENT= Multi-router traffic grapher
|
COMMENT= Multi-router traffic grapher
|
||||||
WWW= https://oss.oetiker.ch/mrtg/
|
WWW= https://oss.oetiker.ch/mrtg/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
LIB_DEPENDS= libgd.so:graphics/gd \
|
LIB_DEPENDS= libgd.so:${GD_PORT} \
|
||||||
libpng16.so:graphics/png
|
libpng16.so:graphics/png
|
||||||
RUN_DEPENDS= p5-SNMP_Session>=0:net-mgmt/p5-SNMP_Session
|
RUN_DEPENDS= p5-SNMP_Session>=0:net-mgmt/p5-SNMP_Session
|
||||||
|
|
||||||
USES= perl5 shebangfix
|
USES= perl5 shebangfix
|
||||||
|
|
||||||
|
# override with languages specific gd fonts
|
||||||
|
GD_PORT?= graphics/gd
|
||||||
|
|
||||||
CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \
|
CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \
|
||||||
--with-gd-inc=${LOCALBASE}/include
|
--with-gd-inc=${LOCALBASE}/include
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue