1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net/e169-stats/Makefile

22 lines
459 B
Makefile
Raw Normal View History

# New ports collection makefile for: e169-stats
# Date created: 1 June 2009
# Whom: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#
PORTNAME= e169-stats
2009-06-23 07:47:10 +00:00
PORTVERSION= 0.4
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-install:
${INSTALL_PROGRAM} ${WRKSRC}/e169-stats ${PREFIX}/bin
.include <bsd.port.mk>