mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
03f9318b1a
- Add src.rpm to distinfo Reported by: pointyhat via kris
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
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.31
|
|
DISTVERSIONSUFFIX= -fc4
|
|
CATEGORIES= www multimedia
|
|
MASTER_SITES= SF/${PORTNAME} # bsd.linux-rpm.mk taints MSS
|
|
PKGNAMEPREFIX= linux-
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Embed MPlayer into browser
|
|
|
|
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \
|
|
${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \
|
|
${LINUXBASE}/usr/lib/libatk-1.0.so.0:${PORTSDIR}/accessibility/linux-atk \
|
|
${LINUXBASE}/usr/lib/libpangoxft-1.0.so.0:${PORTSDIR}/x11-toolkits/linux-pango\
|
|
${LINUXBASE}/usr/lib/libgobject-2.0.so.0:${PORTSDIR}/devel/linux-glib2
|
|
|
|
NO_BUILD= yes
|
|
USE_LINUX_RPM= yes
|
|
USE_XLIB= 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 -dvx.so -dvx.xpt -qt.so -qt.xpt -rm.so -rm.xpt -wmp.so -wmp.xpt
|
|
|
|
.include "${.CURDIR}/Makefile.npapi"
|
|
.include <bsd.port.mk>
|