pkgsrc/sysutils/dosfstools/Makefile
bsiegert 22176c1970 Import dosfstools-4.1 from pkgsrc-wip.
dosfstools consists of the programs mkfs.fat, fsck.fat and fatlabel to create,
check and label file systems of the FAT family.
2018-06-24 11:13:58 +00:00

15 lines
383 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/06/24 11:13:58 bsiegert Exp $
DISTNAME= dosfstools-4.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=dosfstools/}
GITHUB_RELEASE= v4.1
MAINTAINER= bsiegert@NetBSD.org
HOMEPAGE= https://github.com/dosfstools/dosfstools/
COMMENT= Tools for working with FAT filesystems
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"