2001-12-13 04:03:48 +00:00
|
|
|
# New ports collection makefile for: file
|
|
|
|
# Date created: 2001-11-10
|
|
|
|
# Whom: Jason Harris <jharris@widomaker.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= file
|
2003-04-12 20:14:23 +00:00
|
|
|
PORTVERSION= 4.02
|
2001-12-13 04:03:48 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
|
|
|
|
ftp://ftp.gw.com/mirrors/pub/unix/file/ \
|
|
|
|
ftp://ftp.fu-berlin.de/unix/tools/file/
|
2003-04-12 20:14:23 +00:00
|
|
|
# ftp://ftp.netsw.org/system/tools/fileutils/find/
|
2001-12-13 04:03:48 +00:00
|
|
|
|
2002-04-02 02:57:39 +00:00
|
|
|
MAINTAINER= jharris@widomaker.com
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= File - determine file type
|
2001-12-13 04:03:48 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-fsect-man5
|
|
|
|
MAN1= file.1
|
2003-04-12 20:14:23 +00:00
|
|
|
MAN3= libmagic.3
|
2001-12-13 04:03:48 +00:00
|
|
|
MAN5= magic.5
|
|
|
|
|
2002-08-04 20:16:13 +00:00
|
|
|
# The rules below are required to suppress invocations of aclocal, automake,
|
|
|
|
# autoconf and autoheader at `make build' and `make install'.
|
|
|
|
|
2002-05-28 09:46:36 +00:00
|
|
|
post-extract:
|
|
|
|
${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/aclocal.m4
|
|
|
|
${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/Makefile.in
|
|
|
|
${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/stamp-h.in
|
|
|
|
|
2001-12-13 04:03:48 +00:00
|
|
|
.include <bsd.port.mk>
|