freebsd-ports/sysutils/fileschanged/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

33 lines
866 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.5
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
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-largp"
CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc --disable-nls
INFO= fileschanged
MAN1= fileschanged.1
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README
PLIST_FILES= bin/fileschanged
.include <bsd.port.mk>