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.
20 lines
511 B
Makefile
20 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.12 2020/01/18 23:35:16 rillig Exp $
|
|
|
|
DISTNAME= fatback-1.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fatback/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://sourceforge.net/project/showfiles.php?group_id=46038
|
|
COMMENT= Recover deleted files from FAT filesystems
|
|
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= lex
|
|
|
|
CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -D__EXTENSIONS__
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|