2002-08-25 21:21:43 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2002/08/25 19:23:19 jlam Exp $
|
2002-05-12 12:25:47 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= fam-2.6.7
|
|
|
|
CATEGORIES= sysutils devel
|
|
|
|
MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/stable/ \
|
|
|
|
ftp://ftp.tuwien.ac.at/opsys/linux/gentoo/distfiles/ \
|
|
|
|
http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/
|
|
|
|
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
HOMEPAGE= http://oss.sgi.com/projects/fam/
|
|
|
|
COMMENT= File Alteration Monitor
|
|
|
|
|
|
|
|
BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
|
|
|
|
|
|
|
|
USE_GMAKE= YES
|
|
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|