1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/sysutils/file/Makefile
Loïc Bartoletti 3623f9fdd0 sysutils/file: Update to 5.39
- Update to 5.39
 - Fix plist

PR:		247331
Submitted by:	jharris@widomaker.com (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D25314
2020-06-19 03:57:00 +00:00

31 lines
720 B
Makefile

# Created by: Jason Harris <jharris@widomaker.com>
# $FreeBSD$
PORTNAME= file
PORTVERSION= 5.39
CATEGORIES= sysutils
MASTER_SITES= https://astron.com/pub/file/ \
https://www.nic.funet.fi/pub/mirrors/ftp.astron.com/pub/file/ \
https://ftp.icm.edu.pl/packages/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>