blob: 75002309020de4eff66df7b48fe0ceb292d8ee2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: gstreamer-plugins-resindvd
# Date created: 10 Sep 2010
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 0
CATEGORIES= multimedia
COMMENT= Gstreamer resindvd plugin
GST_PLUGIN= resindvd
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|