freebsd-ports/sysutils/fileschanged/Makefile
Kris Kennaway d2fe315906 Reset undeliverable maintainer address:
----- Transcript of session follows -----
451 4.4.1 reply: read error from mix.premierbank.dp.ua.
<kot@premierbank.dp.ua>... Deferred
Message could not be delivered for 1 week
Message will be deleted from queue

For two consecutive weeks.
2004-07-15 22:59:10 +00:00

35 lines
896 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
LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam
BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone \
help2man:${PORTSDIR}/misc/help2man
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-largp"
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>