22 lines
609 B
Makefile
22 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/07/17 22:53:33 grant Exp $
|
|
#
|
|
|
|
DISTNAME= fam-2.6.9
|
|
PKGREVISION= 1
|
|
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= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://oss.sgi.com/projects/fam/
|
|
COMMENT= File Alteration Monitor
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_GMAKE= YES
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|