18 lines
422 B
Makefile
18 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/09/08 09:13:02 wiz Exp $
|
|
|
|
DISTNAME= direvent-5.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=direvent/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ftp.gnu.org/gnu/direvent/
|
|
COMMENT= Daemon that monitors file system directories for events
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
TEST_TARGET= check
|
|
INFO_FILES= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|