blob: 262aff7a6dc37ef8a1af3ad608e7789907faff29 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: e169-stats
# Date created: 1 June 2009
# Whom: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#
PORTNAME= e169-stats
PORTVERSION= 0.6
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>
|