2004-05-23 18:29:27 +02:00
|
|
|
# New ports collection makefile for: fileschanged
|
|
|
|
# Date created: 18 May 2004
|
|
|
|
# Whom: Konstantin Reznichenko <kot@premierbank.dp.ua>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fileschanged
|
2007-06-05 00:29:29 +02:00
|
|
|
PORTVERSION= 0.6.5
|
2004-05-23 18:29:27 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-07-16 00:59:10 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-05-23 18:29:27 +02:00
|
|
|
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
|
2006-02-11 03:37:36 +01:00
|
|
|
USE_FAM= yes
|
2005-10-26 16:55:37 +02:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \
|
2004-05-23 18:29:27 +02:00
|
|
|
LIBS="-largp"
|
2007-06-05 00:29:29 +02:00
|
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc --disable-nls
|
2004-05-23 18:29:27 +02:00
|
|
|
|
|
|
|
INFO= fileschanged
|
|
|
|
MAN1= fileschanged.1
|
2007-06-05 00:29:29 +02:00
|
|
|
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README
|
2004-05-23 18:29:27 +02:00
|
|
|
PLIST_FILES= bin/fileschanged
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|