Linux. The readline buildlink3.mk file now pulls in the correct dependencies on its own. + Actually tell the configure script to use the readline dependency. + Add patch-ac which fixes the declaration of readline() to match the readline.h header (it takes a const char * argument). + Add full DESTDIR support. Bump the PKGREVISION to 2.
20 lines
482 B
Makefile
20 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/03/05 04:00:01 jlam Exp $
|
|
|
|
DISTNAME= bc-1.06
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= flex
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-readline
|
|
INFO_FILES= # PLIST
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|