aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fileschanged/Makefile
blob: 10997de90aa6ed6a19321636ae1d23fca7f2962c (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
# New ports collection makefile for:    fileschanged
# Date created:             18 May 2004
# Whom:                 Konstantin Reznichenko <kot@premierbank.dp.ua>
#
# $FreeBSD$
#

PORTNAME=   fileschanged
PORTVERSION=    0.6.5
PORTREVISION=   1
CATEGORIES= sysutils
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    Utility that reports when files have been altered

BUILD_DEPENDS=  ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone \
        help2man:${PORTSDIR}/misc/help2man

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_FAM=    yes
CONFIGURE_ENV+= LIBS="-largp"
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc --disable-nls

INFO=       fileschanged
MAN1=       fileschanged.1
PORTDOCS=   AUTHORS ChangeLog INSTALL NEWS README
PLIST_FILES=    bin/fileschanged

.if !defined(NOPORTDOCS)
post-install:
    ${MKDIR} ${DOCSDIR}
.for DOCFILE in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${DOCFILE} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>