b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
23 lines
577 B
Makefile
23 lines
577 B
Makefile
# $NetBSD: Makefile,v 1.58 2020/01/18 23:35:19 rillig Exp $
|
|
|
|
DISTNAME= mtools-4.0.18
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=mtools/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= is@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/software/mtools/
|
|
COMMENT= FAT (MS-DOS, Atari) disk access tools
|
|
LICENSE= gnu-gpl-v3 # or later
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake makeinfo
|
|
INFO_FILES= yes
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
LIBS+= ${BUILDLINK_LDADD.iconv}
|
|
.include "../../mk/bsd.pkg.mk"
|