2006-07-28 19:19:18 +02:00
|
|
|
# New ports collection makefile for: linux-mplayerplug-in
|
|
|
|
# Date Created: 17 June 2006
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mplayerplug-in
|
2009-07-22 22:33:13 +02:00
|
|
|
PORTVERSION= 3.55
|
2011-02-25 09:52:30 +01:00
|
|
|
PORTREVISION= 3
|
2007-02-06 01:19:32 +01:00
|
|
|
DISTVERSIONSUFFIX= -1.rh9.rf
|
2006-07-28 19:19:18 +02:00
|
|
|
CATEGORIES= www multimedia
|
2007-12-12 17:48:34 +01:00
|
|
|
MASTER_SITES= CENKES http://apt.sw.be/packages/mplayerplug-in/ \
|
|
|
|
ftp://fr2.rpmfind.net/linux/dag/redhat/9/en/i386/dag/RPMS/
|
2006-07-28 19:19:18 +02:00
|
|
|
PKGNAMEPREFIX= linux-
|
|
|
|
|
2008-09-07 02:19:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-07-28 19:19:18 +02:00
|
|
|
COMMENT= Embed MPlayer into browser
|
|
|
|
|
2009-03-19 18:28:51 +01:00
|
|
|
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
|
2006-07-28 19:19:18 +02:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
USE_LINUX_RPM= yes
|
2009-03-19 18:28:51 +01:00
|
|
|
USE_LINUX_APPS= atk gtk2 pango xorglibs
|
2006-07-28 19:19:18 +02:00
|
|
|
PREFIX?= ${LOCALBASE}
|
2008-12-13 06:33:05 +01:00
|
|
|
SRC_DISTFILES=
|
2009-06-18 14:23:22 +02:00
|
|
|
DIST_SUBDIR= rpm
|
2006-07-28 19:19:18 +02:00
|
|
|
|
2006-07-31 13:25:00 +02:00
|
|
|
USE_NPAPI= linux
|
|
|
|
NPAPI_WRKSRC= ${WRKDIR}/usr/lib/mozilla/plugins
|
2006-07-28 19:19:18 +02:00
|
|
|
NPAPI_FILES= ${PLUGINS_EXT:S/^/${PORTNAME}/}
|
2006-09-07 18:50:46 +02:00
|
|
|
PLUGINS_EXT= .so .xpt -dvx.so -dvx.xpt -qt.so -qt.xpt -rm.so -rm.xpt -wmp.so -wmp.xpt
|
2006-07-28 19:19:18 +02:00
|
|
|
|
|
|
|
.include "${.CURDIR}/Makefile.npapi"
|
|
|
|
.include <bsd.port.mk>
|