blob: 11b54428727fdf4ea0c6499cd6c5f808fb89dfb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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})
LICENSE= GPLv3+
USES= linux:c7
USE_LINUX_RPM= nolib
OPTIONS_DEFINE= DOCS
PLIST= ${PKGDIR}/pkg-plist
.include <bsd.port.mk>
|