mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
20 lines
444 B
Makefile
20 lines
444 B
Makefile
# New ports collection makefile for: flasher
|
|
# Date created: 10 March 2002
|
|
# Whom: Murray Nesbitt <murray@unixporting.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= flasher
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.unixporting.com/downloads/
|
|
|
|
MAINTAINER= murray@unixporting.com
|
|
COMMENT= Monitors log or mail files for writes, and flashes a keyboard LED
|
|
|
|
MAN1= flasher.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|