summaryrefslogtreecommitdiff
path: root/emulators/tme/Makefile
blob: f106569dfee3eb85c279f086106e11017883fc43 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# $NetBSD: Makefile,v 1.57 2015/04/25 14:20:47 tnn Exp $
#

DISTNAME=		tme-0.8
PKGREVISION=		26
CATEGORIES=		emulators
MASTER_SITES=		http://csail.mit.edu/~fredette/tme/

MAINTAINER=		pkgsrc-users@NetBSD.org

MAKE_JOBS_SAFE=		no

HOMEPAGE=		http://csail.mit.edu/~fredette/tme/
COMMENT=		The Machine Emulator

USE_PKGLOCALEDIR=	yes
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
USE_TOOLS+=		gmake perl:run pkg-config yacc

CONFIGURE_ARGS+=	--disable-debug

BUILDLINK_DEPMETHOD.libXt?=	build

.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CC+=	-Wno-error=tautological-compare \
			-Wno-error=sometimes-uninitialized \
			-Wno-error=unused-function \
			-Wno-error=absolute-value \
			-Wno-error=pointer-bool-conversion
CWRAPPERS_APPEND.cc+=	-Wno-error=tautological-compare \
			-Wno-error=sometimes-uninitialized \
			-Wno-error=unused-function \
			-Wno-error=absolute-value \
			-Wno-error=pointer-bool-conversion
.elif !empty(CC_VERSION:Mgcc-4.8.*)
_WRAP_EXTRA_ARGS.CC+=	-Wno-error=unused-but-set-variable	\
	-Wno-error=array-bounds					\
	-fno-strict-aliasing
CWRAPPERS_APPEND.cc+=	-Wno-error=unused-but-set-variable	\
	-Wno-error=array-bounds					\
	-fno-strict-aliasing

.endif

PLIST_VARS+=	bsd
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || \
    ${OPSYS} == "OpenBSD" || ${OPSYS} == "DragonFly"
PLIST.bsd=	yes
.endif

.include "../../devel/libltdl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"