blob: e0be60aa5fc45e0240735939ea9cf8684a27a9f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: stas
# $FreeBSD$
PORTNAME= libinotify
PORTVERSION= 20110829
CATEGORIES= devel
MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/
MAINTAINER= ports@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
#
NO_STAGE= yes
post-configure:
@${REINPLACE_CMD} -E -e \
'/Install the pseudo-library/,/staticlibs=/s,^,#,' ${WRKSRC}/libtool
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|