942aad2e6a
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
18 lines
435 B
Makefile
18 lines
435 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/04/06 20:27:28 rodent Exp $
|
|
|
|
DISTNAME= fatback-1.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fatback/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://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
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|