freebsd-ports/www/helixplugin/Makefile
Mikhail Teterin ef62575d24 Build the Helix/Real browser plugin as native FreeBSD shared library.
The pluging starts an external `realplay' executable anyway, so the
realplay can remain of Linux version, working cleanly with the FreeBSD
browsers.

Adobe is using the same method for Acrobat Reader, but does not publish
the plugin's source.
2007-03-19 21:33:38 +00:00

31 lines
828 B
Makefile

# New ports collection makefile for: helixplugin
# Date created: October 22, 2006
# Whom: Mikhail T <mi@aldan.algebra.com>
#
# $FreeBSD$
#
PORTNAME= hxplugin
PORTVERSION= 20070318
CATEGORIES= www multimedia
MASTER_SITES= http://virtual-estates.net/~mi/port-stuff/
MAINTAINER= mi@aldan.algebra.com
COMMENT= Browser plugin for Real or Helix Players
USE_BZIP2 = yes
USE_DOS2UNIX = yes
MAKEFILE = ${FILESDIR}/BSDmakefile
#USE_GECKO = firefox mozilla seamonkey xulrunner firefox-devel
USE_GECKO = ${_GECKO_ALL}
MAKE_ENV += TOP="${WRKSRC}" GECKO=${GECKO}
PDIR ?= lib/browser_plugins
PLIST_FILES= ${PDIR}/helix.so ${PDIR}/nphelix.xpt
do-install:
${INSTALL_DATA} ${PLIST_FILES:S|${PDIR}|${WRKSRC}|} ${PREFIX}/${PDIR}/
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
.include <bsd.port.post.mk>