summaryrefslogtreecommitdiff
path: root/math/muparser/Makefile
blob: c8485e904204b51a49ec99f6de7e636b99742ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile,v 1.5 2012/08/15 17:38:49 drochner Exp $
#

DISTNAME=	muparser_v2_2_2
# The "200" is nonsense, but we had a revision "134" before.
PKGNAME=	muparser-200.2.2.2
CATEGORIES=	math
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=muparser/}
EXTRACT_SUFX=	.zip

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://muparser.sourceforge.net/
COMMENT=	Parser for mathematical expressions
LICENSE=	mit

PKG_DESTDIR_SUPPORT=	user-destdir

MAKE_JOBS_SAFE=	no
USE_LANGUAGES=	c c++
GNU_CONFIGURE=	yes
#USE_TOOLS+=	pkg-config

PKGCONFIG_OVERRIDE+=	build/autoconf/muparser.pc.in

do-test:
	cd ${WRKSRC}/samples/example1 && echo quit | LD_LIBRARY_PATH=../../lib ./example1

.include "../../mk/bsd.pkg.mk"