opnsense-ports/devel/libinotify/Makefile
Franco Fichtner 3aa4cadac9 */*: sync with upstream
Taken from: FreeBSD
2016-05-07 11:43:17 +02:00

23 lines
404 B
Makefile

# Created by: stas
# $FreeBSD$
PORTNAME= libinotify
PORTVERSION= 20160505
CATEGORIES= devel
MAINTAINER= delphij@FreeBSD.org
COMMENT= Kevent based inotify compatible library
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= libinotify-kqueue
GH_PROJECT= libinotify-kqueue
GH_TAGNAME= 417e789
USES= autoreconf libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>