summaryrefslogtreecommitdiff
path: root/sysutils/fam/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-05-12 10:25:47 +0000
committerrh <rh@pkgsrc.org>2002-05-12 10:25:47 +0000
commit0396cbc12855611b17646507e70fff82c4516fb6 (patch)
tree9dbe647cebed12d5d1d9c6d7944e4841f00401bd /sysutils/fam/Makefile
parent2b325a79cdaf328d6dc59b3ba290496e59192841 (diff)
downloadpkgsrc-0396cbc12855611b17646507e70fff82c4516fb6.tar.gz
Initial import of fam-2.6.7, a file alteration monitor.
Diffstat (limited to 'sysutils/fam/Makefile')
-rw-r--r--sysutils/fam/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/fam/Makefile b/sysutils/fam/Makefile
new file mode 100644
index 00000000000..51bf4f9dbfd
--- /dev/null
+++ b/sysutils/fam/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/12 10:25:47 rh Exp $
+#
+
+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"