freebsd-ports/devel/libinotify/Makefile
Stanislav Sedov b1c95c33dd - Add pkg-message suggesting increasing the kern.maxfiles tunable. [1]
- Add LICENSE.

Suggested by:	bapt [1]
2011-08-30 22:34:24 +00:00

32 lines
592 B
Makefile

# New ports collection makefile for: libinotify
# Date created: 2011-08-29
# Whom: stas
#
# $FreeBSD$
#
PORTNAME= libinotify
PORTVERSION= 20110829
CATEGORIES= devel
MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/
MAINTAINER= stas@FreeBSD.org
COMMENT= Kevent based inotify compatible library
LICENSE= MIT
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_LDCONFIG= yes
#
# Get rid of .la and static library files
#
post-configure:
@${REINPLACE_CMD} -E -e \
'/Install the pseudo-library/,/staticlibs=/s,^,#,' ${WRKSRC}/libtool
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>