mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
18 lines
387 B
Makefile
18 lines
387 B
Makefile
# Created by: Murray Nesbitt <freebsd@nesbitt.ca>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
MAN1= flasher.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= sbin/flasher
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|