freebsd-ports/devel/fam/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

45 lines
1.1 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= 6
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_AUTOTOOLS= automake:15 autoconf:253 libtool:13:inc
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
INSTALLS_SHLIB= yes
MAN1= fam.1m
MAN3= fam.3x
CONFLICTS= gamin-[0-9]*
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} -f ${WRKSRC}/fam/mntent*
@${CP} ${FILESDIR}/mntent* ${WRKSRC}/fam
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>