1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/sysutils/fileschanged/Makefile
Kris Kennaway 2bd36282e8 Remove direct LIB_DEPENDS on fam in favour of the new USE_FAM
infrastructure.  Default to WANT_FAM_SYSTEM=fam to be conservative since
these ports either have not been tested with gamin or are known to fail
(courier).

PR:		ports/92583
Submitted by:	marcus
2006-02-11 02:37:36 +00:00

38 lines
935 B
Makefile

# New ports collection makefile for: fileschanged
# Date created: 18 May 2004
# Whom: Konstantin Reznichenko <kot@premierbank.dp.ua>
#
# $FreeBSD$
#
PORTNAME= fileschanged
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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
WANT_FAM_SYSTEM=fam
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-largp"
CONFIGURE_ARGS+=--datadir=${PREFIX}/share/doc
INFO= fileschanged
MAN1= fileschanged.1
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README fileschanged.lsm
PLIST_FILES= bin/fileschanged
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>