cf80844660
PR: 230457 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: jharris@widomaker.com (maintainer)
30 lines
637 B
Makefile
30 lines
637 B
Makefile
# Created by: Jason Harris <jharris@widomaker.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= file
|
|
PORTVERSION= 5.34
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
|
|
ftp://ftp.fu-berlin.de/unix/tools/file/
|
|
|
|
MAINTAINER= jharris@widomaker.com
|
|
COMMENT= Utility to determine file type
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= libtool
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-fsect-man5
|
|
MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}"
|
|
TEST_TARGET= check
|
|
|
|
CONFLICTS= tct-[0-9]*
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|$$(datadir)/misc|$$(datadir)/${PORTNAME}|g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|