1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/throttled/Makefile
2021-04-06 16:31:07 +02:00

24 lines
526 B
Makefile

# Created by: quest <quest@mac.com>
PORTNAME= throttled
PORTVERSION= 0.5.2
CATEGORIES= net
MASTER_SITES= http://www.intrarts.com/Files/
MAINTAINER= quest@mac.com
COMMENT= Bandwidth shaping and QoS solution
LICENSE= GPLv3
USES= gmake tar:tgz
USE_RC_SUBR= ${PORTNAME}
PLIST_FILES= sbin/throttled sbin/throttled-startup
post-patch:
@${REINPLACE_CMD} -e "s|/usr/local|${STAGEDIR}${PREFIX}|g" \
${WRKSRC}/Makefile
@${REINPLACE_CMD} -e "s|c++|${CXX}|;s|-O3|${CXXFLAGS}|" \
${WRKSRC}/src/Makefile
.include <bsd.port.mk>