Files
pkgsrc-ng/devel/libjit/Makefile
2013-09-26 17:14:40 +02:00

28 lines
650 B
Makefile

# $NetBSD: Makefile,v 1.17 2013/04/06 20:27:18 rodent Exp $
#
DISTNAME= libjit-0.1.2
CATEGORIES= devel
MASTER_SITES= http://download.savannah.gnu.org/releases/dotgnu-pnet/libjit-releases/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.southern-storm.com.au/libjit.html
COMMENT= Just-In-Time compilation functionality
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake lex yacc makeinfo
GNU_CONFIGURE= yes
INFO_FILES= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= ac_cv_header_tgmath_h=no
.endif
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"