1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/www/flashplayer/Makefile

23 lines
595 B
Makefile

# $FreeBSD$
PORTNAME= flashplayer
PORTVERSION= 28.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>