blob: e40151de59415a56778770a6f527681114e04f13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Created by: Murray Nesbitt <freebsd@nesbitt.ca>
PORTNAME= flasher
PORTVERSION= 1.3
CATEGORIES= sysutils
MASTER_SITES= http://www.unixporting.com/downloads/flasher/
MAINTAINER= freebsd@nesbitt.ca
COMMENT= Monitors log or mail files for writes, and flashes a keyboard LED
PLIST_FILES= sbin/flasher man/man1/flasher.1.gz
.include <bsd.port.mk>
|