mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
3b7a435763
PR: 203121 Submitted by: matthew
24 lines
395 B
Makefile
24 lines
395 B
Makefile
# Created by: stas
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libinotify
|
|
PORTVERSION= 20150910
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
|
COMMENT= Kevent based inotify compatible library
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dmatveev
|
|
GH_PROJECT= libinotify-kqueue
|
|
GH_TAGNAME= b2873cf
|
|
|
|
USES= autoreconf libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|