blob: 6fb5642dc17ede8285fc277422fbf5b727eafab7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $FreeBSD$
PORTNAME= flashplayer
PORTVERSION= 26.0
CATEGORIES= www multimedia
DISTFILES=
MAINTAINER= emulation@FreeBSD.org
COMMENT= Native wrapper around Linux Flash Player
RUN_DEPENDS= ${LOCALBASE}/lib/browser_plugins/linux-flashplayer/libflashplayer.so:www/linux-flashplayer \
nspluginwrapper:www/nspluginwrapper
NO_ARCH= yes
NO_BUILD= yes
NO_INSTALL= yes
NO_MTREE= yes
PLIST_FILES= "@postexec ${LOCALBASE}/bin/nspluginwrapper -i ${LOCALBASE}/lib/browser_plugins/linux-flashplayer/libflashplayer.so" \
"@rmtry lib/browser_plugins/npwrapper.libflashplayer.so"
.include <bsd.port.mk>
|