1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net-mgmt/yabm/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

33 lines
819 B
Makefile

# New ports collection makefile for: yabm
# Date created: 15 January 2005
# Whom: Fredrik Lindberg <fli@shapeshifter.se>
#
# $FreeBSD$
#
PORTNAME= yabm
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.shapeshifter.se/code/yabm/release/
MAINTAINER= fli@shapeshifter.se
COMMENT= Yet Another Bandwidth Meter, somewhat resembles the Linux bwbar
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
USE_RC_SUBR= yes
RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=/etc/rc.subr
SUB_FILES= pkg-message
post-extract:
@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
${WRKSRC}/scripts/yabm.sh.sample > ${WRKSRC}/scripts/yabm.sh
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/scripts/yabm.sh ${PREFIX}/etc/rc.d/yabm.sh
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>