Sat Dec 12 12:27:33 2009 UTC ()
MAKE_JOBS_SAFE=no


(asau)
diff -r1.1.1.1 -r1.2 pkgsrc/math/muparser/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/math/muparser/Makefile (expand / switch to unified diff)

--- pkgsrc/math/muparser/Makefile 2009/12/11 19:53:57 1.1.1.1
+++ pkgsrc/math/muparser/Makefile 2009/12/12 12:27:33 1.2
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.1.1.1 2009/12/11 19:53:57 drochner Exp $ 1# $NetBSD: Makefile,v 1.2 2009/12/12 12:27:33 asau Exp $
2# 2#
3 3
4DISTNAME= muparser_v130 4DISTNAME= muparser_v130
5PKGNAME= muparser-130 5PKGNAME= muparser-130
6CATEGORIES= math 6CATEGORIES= math
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=muparser/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=muparser/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://muparser.sourceforge.net/ 10HOMEPAGE= http://muparser.sourceforge.net/
11COMMENT= Parser for mathematical expressions 11COMMENT= Parser for mathematical expressions
12 12
13WRKSRC= ${WRKDIR}/muparser 13WRKSRC= ${WRKDIR}/muparser
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15#USE_TOOLS+= pkg-config 15#USE_TOOLS+= pkg-config
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
 17MAKE_JOBS_SAFE= no
17PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir
18 19
19PKGCONFIG_OVERRIDE+= build/autoconf/muparser.pc.in 20PKGCONFIG_OVERRIDE+= build/autoconf/muparser.pc.in
20 21
21do-test: 22do-test:
22 cd ${WRKSRC}/samples/example1 && echo quit | ./example1 23 cd ${WRKSRC}/samples/example1 && echo quit | ./example1
23 24
24.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"