pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nspluginwrapper Use the emulator framework to note...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5aca6763404
branches:  trunk
changeset: 531494:c5aca6763404
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jul 31 17:59:28 2007 +0000

description:
Use the emulator framework to note that this package installs linux-i386
binaries and libraries.

Add dependencies on the base, gtk2 and x11 Linux modules, which provide
shared libraries needed by npviewer.bin.

Bump the PKGREVISION to 1.

diffstat:

 www/nspluginwrapper/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r fd422df79152 -r c5aca6763404 www/nspluginwrapper/Makefile
--- a/www/nspluginwrapper/Makefile      Tue Jul 31 17:53:56 2007 +0000
+++ b/www/nspluginwrapper/Makefile      Tue Jul 31 17:59:28 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2007/07/31 17:53:56 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2007/07/31 17:59:28 jlam Exp $
 #
 
 DISTNAME=       nspluginwrapper-0.9.91.3
+PKGREVISION=   1
 CATEGORIES=     www
 MASTER_SITES=   http://gwenole.beauchesne.info/projects/nspluginwrapper/files/
 EXTRACT_SUFX=   .tar.bz2
@@ -11,6 +12,10 @@
 HOMEPAGE=       http://gwenole.beauchesne.info/projects/nspluginwrapper/
 COMMENT=        Use Netscape compatible plugins from other platforms
 
+EMUL_PLATFORMS=                linux-i386
+EMUL_MODULES.linux=    base gtk2 x11
+NOT_FOR_PLATFORM=      Linux-*-*
+
 HAS_CONFIGURE=         yes
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake pkg-config
@@ -31,8 +36,6 @@
        ${INSTALL_SCRIPT} ${PLUGIN_SRCDIR}/npviewer ${PLUGIN_INSTDIR}
        ${INSTALL_LIB} ${PLUGIN_SRCDIR}/npviewer.bin ${PLUGIN_INSTDIR}
 
-ONLY_FOR_PLATFORM=     *-*-i386 *-*-x86_64
-
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index