mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
18 lines
337 B
Makefile
18 lines
337 B
Makefile
# New ports collection makefile for: gstreamer-plugins-vdpau
|
|
# Date created: 10 Sep 2010
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= multimedia
|
|
|
|
COMMENT= Gstreamer nvidia vdpau plugin
|
|
|
|
GST_PLUGIN= vdpau
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|