Index: head/www/mozplugger/Makefile =================================================================== --- head/www/mozplugger/Makefile (revision 404492) +++ head/www/mozplugger/Makefile (revision 404493) @@ -1,25 +1,32 @@ # Created by: Loren M. Lang # $FreeBSD$ PORTNAME= mozplugger PORTVERSION= 2.1.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://mozplugger.mozdev.org/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Framework for loading web content in external viewers +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USE_XORG= x11 xt USES= desthack gmake webplugin:native -SUB_FILES= pkg-message WEBPLUGIN_FILES=mozplugger.so MAKE_ENV= WEBPLUGINS_DIR="${WEBPLUGIN_DIR}" MAKE_ARGS= root=${STAGEDIR} post-patch: @${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \ ${WRKSRC}/mozplugger.c + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mozplugger-* + @${STRIP_CMD} ${STAGEDIR}${WEBPLUGIN_DIR}/*.so .include Index: head/www/mozplugger/files/pkg-message.in =================================================================== --- head/www/mozplugger/files/pkg-message.in (revision 404492) +++ head/www/mozplugger/files/pkg-message.in (nonexistent) @@ -1,11 +0,0 @@ -This plugin needs external viewers before it can display any content. -External viewers that are supported include: - Mplayer - Xine - Open Office - Timidity - XMMS - Adobe Acrobat Reader - Gnumeric - Abiword - and others... Property changes on: head/www/mozplugger/files/pkg-message.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/mozplugger/pkg-message =================================================================== --- head/www/mozplugger/pkg-message (nonexistent) +++ head/www/mozplugger/pkg-message (revision 404493) @@ -0,0 +1,11 @@ +This plugin needs external viewers before it can display any content. +External viewers that are supported include: + Mplayer + Xine + Open Office + Timidity + XMMS + Adobe Acrobat Reader + Gnumeric + Abiword + and others... Property changes on: head/www/mozplugger/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property