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

DIST_DIR_NAME=		linux22

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"