aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libinotify/Makefile
blob: 1b6e39eb0f9dd9c60f8da55da4d39bd2b2f1a4e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>