mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
PR: 241424 Submitted by: Nathan Owens <ndowens04@gmail.com> Approved by: jharris@widomaker.com (maintainer) MFH: 2019Q4 Security: 381deebb-f5c9-11e9-9c4f-74d435e60b7c
28 lines
614 B
Makefile
28 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>
|