1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/www/linux-mplayer-plugin/Makefile
Andrew Pantyukhin 11157a12f5 - Add support for "native", "linux" and "embed" keywords in USE_NPAPI
- Add support for embedded mode, useful for non-npapi apps to install
  npapi plugins
- Move linkfarming from @exec/@unexec to pkg(de)install scripts
- Minor fixes
2006-07-31 11:25:00 +00:00

33 lines
767 B
Makefile

# New ports collection makefile for: linux-mplayerplug-in
# Date Created: 17 June 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mplayerplug-in
PORTVERSION= 3.25
DISTVERSIONSUFFIX= -fc4
CATEGORIES= www multimedia
MASTER_SITES= SF
PKGNAMEPREFIX= linux-
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Embed MPlayer into browser
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
NO_BUILD= yes
USE_LINUX_RPM= yes
LINUX_DIST= fedora
LINUX_DIST_VER= 4
PREFIX?= ${LOCALBASE}
USE_NPAPI= linux
NPAPI_WRKSRC= ${WRKDIR}/usr/lib/mozilla/plugins
NPAPI_FILES= ${PLUGINS_EXT:S/^/${PORTNAME}/}
PLUGINS_EXT= .so .xpt -gmp.so -gmp.xpt -qt.so -qt.xpt -rm.so -rm.xpt -wmp.so -wmp.xpt
.include "${.CURDIR}/Makefile.npapi"
.include <bsd.port.mk>