1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/www/npapi-vlc/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

30 lines
752 B
Makefile

# Created by: Mikhail Teterin <mi@aldan.algebra.com>
# $FreeBSD$
PORTNAME= npapi-vlc
PORTVERSION= 2.0.6
PORTREVISION= 3
CATEGORIES= www multimedia
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc-webplugins/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Embeds vlc-player in web-browsers
LIB_DEPENDS= libvlc.so:multimedia/vlc \
libxul.so:www/libxul
USES= libtool pkgconfig tar:xz webplugin:native
USE_GNOME= gtk20
WEBPLUGIN_NAME= #
WEBPLUGIN_FILES=libvlcplugin.so
GNU_CONFIGURE= yes
PLIST_FILES= ${WEBPLUGIN_DIR:S,^${PREFIX}/,,}${WEBPLUGIN_FILES}
PATCH_STRIP= -p1
do-install:
${MKDIR} ${STAGEDIR}${WEBPLUGIN_DIR}
${INSTALL_LIB} ${WRKSRC}/npapi/.libs/libvlcplugin.so \
${STAGEDIR}/${WEBPLUGIN_DIR}
.include <bsd.port.mk>