freebsd-ports/sysutils/linux-c7-dosfstools/Makefile
Edward Tomasz Napierala ff083987bc Add sysutils/linux-c7-dosfstools. Required for LTP.
Reviewed by:	tijl
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D23105
2020-01-28 13:02:28 +00:00

16 lines
327 B
Makefile

# $FreeBSD$
PORTNAME= dosfstools
PORTVERSION= 3.0.20
DISTVERSIONSUFFIX= -10.el7
CATEGORIES= sysutils linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Utilities for MS-DOS FAT filesystems (CentOS ${LINUX_DIST_VER})
USES= linux:c7
USE_LINUX_RPM= nolib
OPTIONS_DEFINE= DOCS
PLIST= ${PKGDIR}/pkg-plist
.include <bsd.port.mk>