blob: a6f1c766cdcf0f3f04e2e0fbee5889c952fd27aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= dosfstools
PORTVERSION= 3.0.20
DISTVERSIONSUFFIX= -10.el7
CATEGORIES= filesystems sysutils linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Utilities for MS-DOS FAT filesystems (CentOS ${LINUX_DIST_VER})
WWW= https://github.com/dosfstools/dosfstools
LICENSE= GPLv3+
USES= cpe linux:c7
USE_LINUX_RPM= nolib
CPE_VENDOR= dosfstools_project
OPTIONS_DEFINE= DOCS
PLIST= ${PKGDIR}/pkg-plist
.include <bsd.port.mk>
|