14 lines
251 B
Makefile
14 lines
251 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin
|
|
|
|
GST_PLUGIN= a52dec
|
|
DIST= ugly
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
NO_STAGE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|