18 lines
367 B
Makefile
18 lines
367 B
Makefile
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= cpe linux:c7
|
|
USE_LINUX_RPM= nolib
|
|
CPE_VENDOR= dosfstools_project
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
PLIST= ${PKGDIR}/pkg-plist
|
|
|
|
.include <bsd.port.mk>
|