1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/devel/libinotify/Makefile
Alex Dupre e9ce0d476d Remove a misleading and obsolete suggestion on kern.maxfiles value.
A typical desktop has a default auto-tuned value that is already
much higher than 25000.

Approved by:	maintainer
2018-12-17 07:59:57 +00:00

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>