blob: 5def433d9e0579841ba3658565efafac68e649b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $FreeBSD$
PORTREVISION= 1
CATEGORIES= multimedia
PKGNAMESUFFIX= 1-plugins-dv
COMMENT= Gstreamer dv plugin
GST_PLUGIN= libdv
DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
.include "${MASTERDIR}/Makefile"
|