mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
24 lines
612 B
Makefile
24 lines
612 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= flashplayer
|
|
PORTVERSION= 32.0
|
|
PORTREVISION= 22
|
|
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>
|