mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -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
|
||||
PORTVERSION= 2.17.10
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net-mgmt
|
||||
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.chg.ru/pub/networking/monitoring/mrtg/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Multi-router traffic grapher
|
||||
WWW= https://oss.oetiker.ch/mrtg/
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libgd.so:graphics/gd \
|
||||
LIB_DEPENDS= libgd.so:${GD_PORT} \
|
||||
libpng16.so:graphics/png
|
||||
RUN_DEPENDS= p5-SNMP_Session>=0:net-mgmt/p5-SNMP_Session
|
||||
|
||||
USES= perl5 shebangfix
|
||||
|
||||
# override with languages specific gd fonts
|
||||
GD_PORT?= graphics/gd
|
||||
|
||||
CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \
|
||||
--with-gd-inc=${LOCALBASE}/include
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue