aboutsummaryrefslogtreecommitdiffstats
path: root/www/linux-mplayer-plugin/Makefile
blob: 79d5ab8d6a5c1e89939ab60a5e7ceba2aa17e004 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$

PORTNAME=   mplayerplug-in
PORTVERSION=    3.55
PORTREVISION=   3
DISTVERSIONSUFFIX=  -1.rh9.rf
CATEGORIES= www multimedia
MASTER_SITES=   CENKES http://apt.sw.be/packages/mplayerplug-in/ \
        ftp://fr2.rpmfind.net/linux/dag/redhat/9/en/i386/dag/RPMS/
PKGNAMEPREFIX=  linux-

MAINTAINER= ports@FreeBSD.org
COMMENT=    Embed MPlayer into browser

RUN_DEPENDS=    mplayer:${PORTSDIR}/multimedia/mplayer

NO_BUILD=   yes
USE_LINUX_RPM=  yes
USE_LINUX_APPS= atk gtk2 pango xorglibs
PREFIX?=    ${LOCALBASE}
SRC_DISTFILES=
DIST_SUBDIR=   rpm

USE_NPAPI=  linux
NPAPI_WRKSRC=   ${WRKDIR}/usr/lib/mozilla/plugins
NPAPI_FILES=    ${PLUGINS_EXT:S/^/${PORTNAME}/}
PLUGINS_EXT=    .so .xpt -dvx.so -dvx.xpt -qt.so -qt.xpt -rm.so -rm.xpt -wmp.so -wmp.xpt

NO_STAGE=   yes
.include "${.CURDIR}/Makefile.npapi"
.include <bsd.port.mk>