aboutsummaryrefslogtreecommitdiff
path: root/devel/fam/Makefile
blob: b3dfddb60ff877cd4e93c77fe879ce91901cdea6 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Created by: Jeremy Norris <ishmael27@home.com>

PORTNAME=	fam
PORTVERSION=	2.6.10
PORTREVISION=	9
CATEGORIES=	devel
MASTER_SITES=	ftp://oss.sgi.com/projects/fam/download/
DIST_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	File alteration monitor

LICENSE=	GPLv2 LGPL21
LICENSE_COMB=	multi
LICENSE_FILE_GPLv2=	${WRKSRC}/fam/COPYING
LICENSE_FILE_LGPL21=	${WRKSRC}/libfam/COPYING

CFLAGS+=	-Wno-deprecated

USES=		autoreconf cpe gmake libtool
CPE_VENDOR=	sgi
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip
GNU_CONFIGURE=	yes
SUB_FILES=	pkg-message

#CONFLICTS_INSTALL=	gamin-[0-9]*

post-patch:
	${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/libfam/Makefile.am

pre-configure:
	${RM} -r ${WRKSRC}/util
	${MV} ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.am.orig
	${SED} -e s/util// -e /SUBDIRS/q \
		<${WRKSRC}/Makefile.am.orig >${WRKSRC}/Makefile.am
	${CP} ${FILESDIR}/mntent* ${WRKSRC}/fam

.include <bsd.port.mk>