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
446 B
Makefile
18 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/04/06 20:27:24 rodent Exp $
|
|
|
|
DISTNAME= bc-1.06
|
|
PKGREVISION= 3
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=bc/}
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://www.gnu.org/software/bc/bc.html
|
|
COMMENT= Arbitrary precision calculator language
|
|
|
|
USE_TOOLS+= flex
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-readline
|
|
INFO_FILES= yes
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|