1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/sysutils/file/Makefile
Raphael Kubo da Costa 1737a2bca6 Update to 5.37 with patch for CVE-2019-18218.
PR:		241424
Submitted by:	Nathan Owens <ndowens04@gmail.com>
Approved by:	jharris@widomaker.com (maintainer)
MFH:		2019Q4
Security:	381deebb-f5c9-11e9-9c4f-74d435e60b7c
2019-11-02 12:23:40 +00:00

29 lines
614 B
Makefile

# Created by: Jason Harris <jharris@widomaker.com>
# $FreeBSD$
PORTNAME= file
PORTVERSION= 5.37
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
post-patch:
@${REINPLACE_CMD} -e 's|$$(datadir)/misc|$$(datadir)/${PORTNAME}|g' \
${WRKSRC}/configure
.include <bsd.port.mk>