freebsd-ports/devel/fam/Makefile
Will Andrews f9be1a26da REST IN PEACE
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado

Thank you for your contributions, you
will be greatly missed.
2003-06-08 21:06:22 +00:00

42 lines
964 B
Makefile

# ports collection makefile for: fam
# Date created: 20 February 2001
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= fam
PORTVERSION= 2.6.9
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/
PATCH_SITES= ftp://oss.sgi.com/projects/fam/download/patches/
PATCH_DIST_STRIP= -p1
PATCHFILES= freebsd-mntent.patch # freebsd-build.patch
MAINTAINER= ports@FreeBSD.org
COMMENT= A file alteration monitor
CFLAGS+= -Wno-deprecated
USE_AUTOMAKE_VER=15
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
MAN1= fam.1m
MAN3= fam.3x
pre-configure:
@${RM} -fr ${WRKSRC}/util
@${MV} ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.am.orig
@${SED} -e s/util// -e /SUBDIRS/q \
<${WRKSRC}/Makefile.am.orig >${WRKSRC}/Makefile.am
@${RM} -f ${WRKSRC}/Makefile.am.orig
${RM} -fv ${WRKSRC}/fam/mntent*
${CP} ${FILESDIR}/mntent* ${WRKSRC}/fam
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>