pkgsrc/math/libmatheval/Makefile

25 lines
653 B
Makefile

# $NetBSD: Makefile,v 1.13 2010/03/24 19:43:26 asau Exp $
#
DISTNAME= libmatheval-1.1.4
PKGREVISION= 3
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"