summaryrefslogtreecommitdiff
path: root/sysutils/file/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-13 04:03:48 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-13 04:03:48 +0000
commit25dc52867d4c6b31f4eb46f9c357bf40ef8e0dd3 (patch)
tree2b1001228e78038f34c1c24ba0e8fde1bbf48189 /sysutils/file/Makefile
parentupgrade to 358 (diff)
add file for 4.3-pre users
PR: 32709 Submitted by: Jason Harris <jharris@widomaker.com>
Diffstat (limited to 'sysutils/file/Makefile')
-rw-r--r--sysutils/file/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile
new file mode 100644
index 000000000000..12c035fad51c
--- /dev/null
+++ b/sysutils/file/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: file
+# Date created: 2001-11-10
+# Whom: Jason Harris <jharris@widomaker.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= file
+PORTVERSION= 3.37
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
+ ftp://ftp.gw.com/mirrors/pub/unix/file/ \
+ ftp://ftp.netsw.org/system/tools/fileutils/find/ \
+ ftp://ftp.fu-berlin.de/unix/tools/file/
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-fsect-man5
+MAN1= file.1
+MAN5= magic.5
+
+.include <bsd.port.mk>