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
|
2007-06-06 09:38:25 +02:00
|
|
|
PORTVERSION= 4.21
|
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/
|
|
|
|
|
2002-04-02 04:57:39 +02:00
|
|
|
MAINTAINER= jharris@widomaker.com
|
2005-11-07 14:30:17 +01:00
|
|
|
COMMENT= Utility to determine file type
|
2001-12-13 05:03:48 +01:00
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-09 16:12:36 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-12-22 00:07:47 +01:00
|
|
|
USE_GCC= 3.4+
|
2005-10-17 11:32:45 +02:00
|
|
|
|
2005-11-07 14:30:17 +01:00
|
|
|
CONFIGURE_ARGS= --enable-fsect-man5
|
|
|
|
|
2006-10-09 16:12:36 +02:00
|
|
|
CONFLICTS= tct-[0-9]*
|
|
|
|
|
2001-12-13 05:03:48 +01:00
|
|
|
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
|
|
|
|
|
2005-02-16 09:46:40 +01:00
|
|
|
.include <bsd.port.mk>
|