blob: 5c4d85363dd7a8c81a3339985f49a9bfa69d7653 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile.common,v 1.2 2019/11/10 18:05:33 adam Exp $
# used by devel/libthrift/Makefile
# used by devel/libthrift_c_glib/Makefile
# used by devel/lua-thrift/Makefile
# used by devel/thrift/Makefile
.include "Makefile.version"
USE_LANGUAGES= c c++11
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config yacc
GNU_CONFIGURE= yes
TEST_TARGET= check
DISTINFO_FILE= ${.CURDIR}/../../devel/thrift/distinfo
PATCHDIR= ${.CURDIR}/../../devel/thrift/patches
|