pkgsrc/devel/nana/Makefile
rodent 942aad2e6a Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00

17 lines
408 B
Makefile

# $NetBSD: Makefile,v 1.16 2013/04/06 20:27:18 rodent Exp $
DISTNAME= nana-2.4
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.ntu.edu.au/pub/nana/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/nana/
COMMENT= Improved support for assertions and logging in C and C++
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
INFO_FILES= yes
NOT_FOR_COMPILER= sunpro
.include "../../mk/bsd.pkg.mk"