pkgsrc/math/libmatheval/Makefile
wiz 272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00

25 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.11 2009/05/20 00:58:22 wiz Exp $
#
DISTNAME= libmatheval-1.1.4
PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:=libmatheval/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/libmatheval/
COMMENT= Library for evaluating mathematical expressions
PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
PTHREAD_OPTS+= require
INFO_FILES= yes
PKGCONFIG_OVERRIDE= libmatheval.pc.in
.include "../../devel/flex/buildlink3.mk"
.include "../../lang/guile/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"