diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-01-26 11:53:00 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-01-26 11:53:00 +0000 |
commit | 91176d081316eb67884b90497cd298200313a1f9 (patch) | |
tree | 1ec8dab93aab495c1f056fd46f2ce87c4a90cca1 /www/netscape7/Makefile | |
parent | 4da9d97a784561c707f758f5e2da6dca69e93410 (diff) | |
download | ports-91176d081316eb67884b90497cd298200313a1f9.tar.gz ports-91176d081316eb67884b90497cd298200313a1f9.zip |
Add dialog(1) technology, cribbed from the ghostscript-gnu and
mod_php4 ports.
Notes
Notes:
svn path=/head/; revision=53783
Diffstat (limited to 'www/netscape7/Makefile')
-rw-r--r-- | www/netscape7/Makefile | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index 3e207bf8c18f..a78251159895 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -42,21 +42,6 @@ MASTER_SITES= ftp://ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/l ftp://sunsite.sut.ac.jp/pub/archives/WWW/netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \ ftp://ftp.mirror.ac.uk/sites/ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ \ ftp://ftp.ntua.gr/pub/www/Netscape/netscape6/english/${PORTVERSION}/unix/linux22/xpi/ -DISTFILES= browser.xpi \ - deflenus.xpi \ - langenus.xpi \ - flash.xpi \ - jre.xpi \ - langenus.xpi \ - mail.xpi \ - psm.xpi \ - regca.xpi \ - reges.xpi \ - reggb.xpi \ - regus.xpi \ - spellchecker.xpi \ - talkback.xpi \ - xpcom.xpi DIST_SUBDIR= netscape6/english/${PORTVERSION} PATCH_SITES= ${MASTER_SITE_LOCAL} @@ -83,12 +68,19 @@ INSTALL_DIR= ${PREFIX}/lib/linux-netscape6 PLIST= ${WRKDIR}/pkg-plist STARTUP_CMD= netscape6 +.include <bsd.port.pre.mk> + +pre-everything:: + ${MKDIR} ${WRKSRC}/bin/plugins/java2 ${WRKSRC}/bin/chrome \ + ${WRKSRC}/plugins + ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure +DISTFILES!=${CAT} ${.CURDIR}/work/${WRKSRC}/components.conf; ${TRUE} + do-extract: - ${MKDIR} ${WRKSRC} .for i in ${DISTFILES} unzip -qo ${DISTDIR}/${DIST_SUBDIR}/${i} -d ${WRKSRC} .endfor - ${MV} ${WRKSRC}/jre-image-i386 ${WRKSRC}/bin/plugins/java2 + - ${MV} ${WRKSRC}/jre-image-i386 ${WRKSRC}/bin/plugins/java2 cd ${WRKSRC}/bin/plugins && ${LN} -s java2/plugin/i386/ns600/libjavaplugin_oji.so; do-patch: @@ -125,4 +117,4 @@ do-install: post-install: ${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |