1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/devel/libinotify/Makefile
Xin LI 3b7a435763 Update to latest (20150910) git version.
PR:		203121
Submitted by:	matthew
2015-09-16 00:58:12 +00:00

24 lines
395 B
Makefile

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