# Created by: Jason Harris # $FreeBSD: head/sysutils/file/Makefile 342867 2014-02-05 21:45:46Z bf $ PORTNAME= file PORTVERSION= 5.16 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.fu-berlin.de/unix/tools/file/ MAINTAINER= bf@FreeBSD.org COMMENT= Utility to determine file type LICENSE= BSD2CLAUSE USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS+= --enable-fsect-man5 MAKE_ENV+= INSTALL_STRIP_FLAG="${STRIP}" CONFLICTS= tct-[0-9]* check regression-test test: build @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check post-patch: @${REINPLACE_CMD} -e 's|$(datadir)/misc|$(datadir)/${PORTNAME}|g' \ ${WRKSRC}/configure .include