dae0ce9251
ruby-compass pacakge. The File System State Monitor keeps track of the state of any number of paths and will fire events when said state changes (create/update/delete). FSSM supports using FSEvents on MacOS, Inotify on GNU/Linux, and polling anywhere else.
12 lines
297 B
Makefile
12 lines
297 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 07:36:15 taca Exp $
|
|
|
|
DISTNAME= fssm-0.2.7
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ttilley/fssm
|
|
COMMENT= File System State Monitor
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|