2001-03-31 02:45:55 +00:00
|
|
|
# ports collection makefile for: fam
|
|
|
|
# Date created: 20 February 2001
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-09-04 00:22:12 +00:00
|
|
|
PORTNAME= fam
|
|
|
|
PORTVERSION= 2.6.9
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 4
|
2002-09-04 00:22:12 +00:00
|
|
|
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
|
2003-07-25 21:00:02 +00:00
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
2001-03-31 02:45:55 +00:00
|
|
|
|
2004-02-22 08:40:32 +00:00
|
|
|
MAINTAINER= mbr@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A file alteration monitor
|
2001-03-31 02:45:55 +00:00
|
|
|
|
2002-09-10 21:35:50 +00:00
|
|
|
CFLAGS+= -Wno-deprecated
|
|
|
|
|
2002-09-10 09:49:31 +00:00
|
|
|
USE_AUTOMAKE_VER=15
|
2004-06-04 17:29:38 +00:00
|
|
|
USE_AUTOCONF_VER=253
|
2004-03-14 06:17:56 +00:00
|
|
|
USE_LIBTOOL_VER=13
|
2004-04-17 19:20:31 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-03-31 02:45:55 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
MAN1= fam.1m
|
|
|
|
MAN3= fam.3x
|
|
|
|
|
2002-06-09 08:29:40 +00:00
|
|
|
pre-configure:
|
2002-09-10 09:49:31 +00:00
|
|
|
@${RM} -fr ${WRKSRC}/util
|
|
|
|
@${MV} ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.am.orig
|
|
|
|
@${SED} -e s/util// -e /SUBDIRS/q \
|
2002-06-09 08:29:40 +00:00
|
|
|
<${WRKSRC}/Makefile.am.orig >${WRKSRC}/Makefile.am
|
2002-09-10 09:49:31 +00:00
|
|
|
@${RM} -f ${WRKSRC}/Makefile.am.orig
|
|
|
|
${RM} -fv ${WRKSRC}/fam/mntent*
|
|
|
|
${CP} ${FILESDIR}/mntent* ${WRKSRC}/fam
|
2002-06-09 08:29:40 +00:00
|
|
|
|
2001-03-31 02:45:55 +00:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|