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
|
2010-02-14 17:28:02 +00:00
|
|
|
PORTVERSION= 5.04
|
2001-12-13 04:03:48 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
|
2008-10-23 18:46:05 +00:00
|
|
|
ftp://ftp.gw.com/mirrors/unix/file/ \
|
2001-12-13 04:03:48 +00:00
|
|
|
ftp://ftp.fu-berlin.de/unix/tools/file/
|
|
|
|
|
2002-04-02 02:57:39 +00:00
|
|
|
MAINTAINER= jharris@widomaker.com
|
2005-11-07 13:30:17 +00:00
|
|
|
COMMENT= Utility to determine file type
|
2001-12-13 04:03:48 +00:00
|
|
|
|
2009-08-02 19:36:34 +00:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-10-09 14:12:36 +00:00
|
|
|
USE_LDCONFIG= yes
|
2005-10-17 09:32:45 +00:00
|
|
|
|
2008-07-22 01:49:54 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-fsect-man5
|
2005-11-07 13:30:17 +00:00
|
|
|
|
2006-10-09 14:12:36 +00:00
|
|
|
CONFLICTS= tct-[0-9]*
|
|
|
|
|
2001-12-13 04:03:48 +00:00
|
|
|
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
|
|
|
|
|
2008-07-22 01:49:54 +00:00
|
|
|
regression-test: build
|
|
|
|
@( cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check ; )
|
|
|
|
|
2009-09-19 16:50:27 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$(datadir)/misc|$(datadir)/${PORTNAME}|g' \
|
|
|
|
${WRKSRC}/configure
|
2005-02-16 08:46:40 +00:00
|
|
|
.include <bsd.port.mk>
|