changes: * Fixed test scripts to accomodate Guile 1.8 branch. * Added support for pkg-config. * Added some missing texinfo entries.
22 lines
605 B
Makefile
22 lines
605 B
Makefile
# $NetBSD: Makefile,v 1.9 2007/03/13 10:51:42 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= libmatheval-1.1.4
|
|
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
|
|
|
|
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"
|