pkgsrc/sysutils/file/Makefile
adrianp 51f863b292 Update to 4.21
+2007-05-24 10:00 Christos Zoulas <christos@zoulas.com>
+
+       * Fix another integer overflow (Colin Percival)
+
+2007-03-26 13:58 Christos Zoulas <christos@zoulas.com>
+
+       * make sure that all of struct magic_set is initialized appropriately
+         (Brett)
+
+2007-03-25 17:44 Christos Zoulas <christos@zoulas.com>
+
+       * reset left bytes in the buffer (Dmitry V. Levin)
+
+       * compilation failed with COMPILE_ONLY and ENABLE_CONDITIONALS
+         (Peter Avalos)
+
+2007-03-15 10:51 Christos Zoulas <christos@zoulas.com>
+
+       * fix fortran and nroff reversed tests (Dmitry V. Levin)
+
+       * fix exclude option (Dmitry V. Levin)
2007-06-14 16:29:42 +00:00

20 lines
531 B
Makefile

# $NetBSD: Makefile,v 1.15 2007/06/14 16:29:42 adrianp Exp $
DISTNAME= file-4.21
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.gw.com/mirrors/pub/unix/file/
MASTER_SITES+= ftp://ftp.astron.com/pub/file/
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE=
COMMENT= Tool for determining file type
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-fsect-man5
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"