24 lines
632 B
Makefile
24 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/04/09 07:04:40 reed Exp $
|
|
|
|
DISTNAME= bc-1.06
|
|
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
|
|
# this provides dc(1) which is essential for pkgsrc installations
|
|
|
|
USE_BUILDLINK3= YES
|
|
GNU_CONFIGURE= YES
|
|
INFO_FILES= bc.info dc.info
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if !exists(/usr/bin/flex)
|
|
BUILD_DEPENDS+= flex-[0-9]*:../../devel/flex
|
|
.endif
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|