- Convert to staging

- Use new LIB_DEPENDS syntax
This commit is contained in:
Bryan Drewery 2013-11-05 12:07:07 +00:00
parent 572f6d4797
commit ade96b70a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332837

View file

@ -13,16 +13,15 @@ COMMENT= Tracks bandwidth usage by IP address
LICENSE= GPLv2
LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd
USE_CSTD= gnu89
NO_STAGE= yes
GNU_CONFIGURE= YES
USES= iconv gmake
post-install:
@${INSTALL_SCRIPT} ${FILESDIR}/bandwidthd.sh \
${PREFIX}/etc/rc.d/bandwidthd.sh.sample
${INSTALL_SCRIPT} ${FILESDIR}/bandwidthd.sh \
${STAGEDIR}${PREFIX}/etc/rc.d/bandwidthd.sh.sample
.include <bsd.port.mk>