mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Convert to staging
- Use new LIB_DEPENDS syntax
This commit is contained in:
parent
572f6d4797
commit
ade96b70a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332837
1 changed files with 3 additions and 4 deletions
|
@ -13,16 +13,15 @@ COMMENT= Tracks bandwidth usage by IP address
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
|
LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd
|
||||||
|
|
||||||
USE_CSTD= gnu89
|
USE_CSTD= gnu89
|
||||||
NO_STAGE= yes
|
|
||||||
|
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= YES
|
||||||
USES= iconv gmake
|
USES= iconv gmake
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${INSTALL_SCRIPT} ${FILESDIR}/bandwidthd.sh \
|
${INSTALL_SCRIPT} ${FILESDIR}/bandwidthd.sh \
|
||||||
${PREFIX}/etc/rc.d/bandwidthd.sh.sample
|
${STAGEDIR}${PREFIX}/etc/rc.d/bandwidthd.sh.sample
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue