# Created by: Edwin Groothuis # $FreeBSD$ PORTNAME= e169-stats PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= edwin@mavetju.org COMMENT= Curses realtime statistics for the Huawei E169 modem PLIST_FILES= bin/e169-stats do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/e169-stats ${WRKSRC}/e169-stats.c -lcurses do-install: ${INSTALL_PROGRAM} ${WRKSRC}/e169-stats ${STAGEDIR}${PREFIX}/bin .include