summaryrefslogtreecommitdiff
path: root/sysutils/file/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2003-04-13 10:24:27 +0000
committercjep <cjep>2003-04-13 10:24:27 +0000
commitbdadf03e7cde0a769e894defbce85ed488af45f6 (patch)
treece7dce7444f00789c718df06924338d35fc56764 /sysutils/file/Makefile
parent5fd83e451baf0c18db84d4a54160aa5fccf9bd4f (diff)
downloadpkgsrc-bdadf03e7cde0a769e894defbce85ed488af45f6.tar.gz
Initial import of file 4.02 into the NetBSD packages collection as
sysutils/file. File is a file classification program. This version is the standard "file" command for Linux, *BSD, and other systems. This is Ian Darwin's file(1) command. It is maintained by Christos Zoulas. Package supplied by Jeremy C. Reed in PR#20774 and also in pkgsrc-wip. Thanks Jeremy.
Diffstat (limited to 'sysutils/file/Makefile')
-rw-r--r--sysutils/file/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile
new file mode 100644
index 00000000000..8c6630b6132
--- /dev/null
+++ b/sysutils/file/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/04/13 10:24:27 cjep Exp $
+
+DISTNAME= file-4.02
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.gw.com/mirrors/pub/unix/file/
+MASTER_SITES+= ftp://ftp.astron.com/pub/file/
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+COMMENT= tool for determining file type
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --enable-fsect-man5
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+
+MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
+
+.include "../../mk/bsd.pkg.mk"