2001-12-13 05:03:48 +01:00
|
|
|
# New ports collection makefile for: file
|
|
|
|
# Date created: 2001-11-10
|
|
|
|
# Whom: Jason Harris <jharris@widomaker.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= file
|
2003-10-15 16:21:15 +02:00
|
|
|
PORTVERSION= 4.06
|
2001-12-13 05:03:48 +01: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 22:14:23 +02:00
|
|
|
# ftp://ftp.netsw.org/system/tools/fileutils/find/
|
2001-12-13 05:03:48 +01:00
|
|
|
|
2002-04-02 04:57:39 +02:00
|
|
|
MAINTAINER= jharris@widomaker.com
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= File - determine file type
|
2001-12-13 05:03:48 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-fsect-man5
|
|
|
|
MAN1= file.1
|
2003-04-12 22:14:23 +02:00
|
|
|
MAN3= libmagic.3
|
2001-12-13 05:03:48 +01:00
|
|
|
MAN5= magic.5
|
|
|
|
|
2003-10-14 22:39:42 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2002-08-04 22:16:13 +02:00
|
|
|
# The rules below are required to suppress invocations of aclocal, automake,
|
|
|
|
# autoconf and autoheader at `make build' and `make install'.
|
|
|
|
|
2002-05-28 11:46:36 +02: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 05:03:48 +01:00
|
|
|
.include <bsd.port.mk>
|