mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
b8864c4e1e
PR: 65674 65675 65676 65677 65678 65679 Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
45 lines
1.0 KiB
Makefile
45 lines
1.0 KiB
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= 4
|
|
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
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= mbr@FreeBSD.org
|
|
COMMENT= A file alteration monitor
|
|
|
|
CFLAGS+= -Wno-deprecated
|
|
|
|
USE_AUTOMAKE_VER=15
|
|
USE_LIBTOOL_VER=13
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
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>
|