e3b732b479
PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
15 lines
285 B
Makefile
15 lines
285 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= graphics
|
|
|
|
COMMENT= GStreamer libvisual plugin
|
|
|
|
GST_PLUGIN= libvisual
|
|
DIST= base
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS= libvisual-0.4.so:graphics/libvisual04
|
|
|
|
.include "${MASTERDIR}/Makefile"
|