1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/flashplayer/Makefile
2019-11-14 22:02:34 +00:00

24 lines
612 B
Makefile

# $FreeBSD$
PORTNAME= flashplayer
PORTVERSION= 32.0
PORTREVISION= 11
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>