summaryrefslogtreecommitdiff
path: root/www/netscape7/Makefile.NetBSD.i386
blob: 0b1a30cc957fda402de6104caaf225958cee80cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile.NetBSD.i386,v 1.1.1.1 2002/09/19 22:33:49 jschauma Exp $
#

DIST_DIR_NAME=		linux22
ONLY_FOR_PLATFORM+= 	NetBSD-*-i386

DEPENDS+=		suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
DEPENDS+=		suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
DEPENDS+=		suse_gtk>=7.3:../../emulators/${SUSE_DIR_PREFIX}_gtk

INSTDIR=		${PREFIX}/emul/linux/${WRKSRC}/dest
HAS_MSG=		yes
MESSAGE_SRC=		${PKGDIR}/MESSAGE.${OPSYS}

# the installer starts netscape, under linux emulation, nontheless!
# Since we need the files that are generated during the first run, we need to
# fetch them and install them now.
post-install:
	cd ${INSTDIR} && ${PAX} -rw . ${PREFIX}/lib/netscape/netscape7
	${RM} -fr ${PREFIX}/emul/linux/root/.mozilla
	${RM} -fr ${PREFIX}/emul/linux/root/.fullcircle

.include "../../emulators/suse_linux/Makefile.application"