1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net/e169-stats/Makefile
2013-10-11 10:10:16 +00:00

20 lines
408 B
Makefile

# Created by: Edwin Groothuis <edwin@mavetju.org>
# $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
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/e169-stats ${PREFIX}/bin
.include <bsd.port.mk>