summaryrefslogtreecommitdiff
path: root/misc/openoffice2/Makefile.NetBSD
blob: d341633960b7c114c0b983b35f4b61b24ba9203c (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
# $NetBSD: Makefile.NetBSD,v 1.2 2008/10/05 21:36:35 cube Exp $
#

# systray quickstarter is broken with mutex handling?
CONFIGURE_ARGS+=	--disable-systray

# *.pc files are required, but these don't exist on NetBSD.
.if defined(X11_TYPE) && !empty(X11_TYPE:Mnative)
. for _pkg_ in freetype2 Xfixes Xrandr Xrender
.  if !exists(${X11BASE}/lib/pkgconfig/${_pkg_:tl}.pc)
USE_BUILTIN.${_pkg_}=	no
.  endif
. endfor
.endif

.if ${MACHINE_ARCH} == "i386"
#OPENOFFICE_DLLSUFFIX=	bi
OPENOFFICE_OUTPATH=	unxbsdi3
OPENOFFICE_SETFILE=	NetBSDX86
.elif ${MACHINE_ARCH} == "x86_64"
#OPENOFFICE_DLLSUFFIX=	bx
OPENOFFICE_OUTPATH=	unxbsdx3
OPENOFFICE_SETFILE=	NetBSDX86-64
.endif