aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fam/Makefile
blob: 757186bcbf66c977e78834b74f3c4d11295ddc33 (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
40
41
42
# ports collection makefile for:    fam
# Date created:             20 February 2001
# Whom:                 Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

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

MAINTAINER= stas@FreeBSD.org
COMMENT=    A file alteration monitor

CFLAGS+=    -Wno-deprecated

USE_AUTOTOOLS=  aclocal automake autoconf libtool
AUTOMAKE_ARGS=  -c -a
USE_GMAKE=  yes
USE_LDCONFIG=   yes
ACLOCAL_ARGS=   -I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal
SUB_FILES=  pkg-message

MAN1=       fam.1m
MAN3=       fam.3x

CONFLICTS=  gamin-[0-9]*

pre-configure:
    @${RM} -fr ${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

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>