diff options
Diffstat (limited to 'filesystems/linux-c7-dosfstools/Makefile')
-rw-r--r-- | filesystems/linux-c7-dosfstools/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/filesystems/linux-c7-dosfstools/Makefile b/filesystems/linux-c7-dosfstools/Makefile new file mode 100644 index 000000000000..a6f1c766cdcf --- /dev/null +++ b/filesystems/linux-c7-dosfstools/Makefile @@ -0,0 +1,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> |