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
|
2005-10-17 11:32:45 +02:00
|
|
|
PORTVERSION= 4.15
|
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
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= File - determine file type
|
2001-12-13 05:03:48 +01:00
|
|
|
|
2005-10-17 11:32:45 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-12-13 05:03:48 +01:00
|
|
|
CONFIGURE_ARGS= --enable-fsect-man5
|
2005-10-17 11:32:45 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
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>
|