4cc311f8f0
- Install gnome icons (with gnome option only). - Install MIME info files. - Fix name of .dekstop files. - Add missing file to REPLACE_PERL. - Use startup scripts in OOo (don't generate these in Makefile). - Remove java option from FreeBSD and NetBSD/amd64. This should fix PR pkg/39994. Bump PKGREVISION.
17 lines
515 B
Text
17 lines
515 B
Text
# $NetBSD: Makefile.FreeBSD,v 1.2 2008/11/22 07:57:03 hira Exp $
|
|
#
|
|
|
|
BUILD_DEPENDS+= coreutils>=*:../../sysutils/coreutils
|
|
BUILD_DEPENDS+= patch>=*:../../devel/patch
|
|
CONFIGURE_ARGS+= --with-gnu-cp=${PREFIX}/bin/gcp
|
|
CONFIGURE_ARGS+= --with-gnu-patch=${PREFIX}/bin/gpatch
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
#OPENOFFICE_DLLSUFFIX= fi
|
|
OPENOFFICE_OUTPATH= unxfbsdi
|
|
OPENOFFICE_SETFILE= FreeBSDX86
|
|
.elif ${MACHINE_ARCH} == "x86_64"
|
|
#OPENOFFICE_DLLSUFFIX= fx
|
|
OPENOFFICE_OUTPATH= unxfbsdx
|
|
OPENOFFICE_SETFILE= FreeBSDAMD
|
|
.endif
|