mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
e9ce0d476d
A typical desktop has a default auto-tuned value that is already much higher than 25000. Approved by: maintainer
25 lines
434 B
Makefile
25 lines
434 B
Makefile
# Created by: stas
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libinotify
|
|
PORTVERSION= 20180201
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Kevent based inotify compatible library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
USES= autoreconf libtool
|
|
|
|
GH_ACCOUNT= ${PORTNAME}-kqueue
|
|
GH_PROJECT= ${PORTNAME}-kqueue
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|