mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
21 lines
437 B
Makefile
21 lines
437 B
Makefile
# Created by: stas
|
|
# $FreeBSD: head/devel/libinotify/Makefile 487659 2018-12-17 07:59:57Z ale $
|
|
|
|
PORTNAME= libinotify
|
|
PORTVERSION= 20180201
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Kevent based inotify compatible library
|
|
|
|
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>
|