mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
e3b732b479
PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
18 lines
367 B
Makefile
18 lines
367 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= Gstreamer ladspa (Linux Audio Developer's Simple Plugin API) plugin
|
|
|
|
GST_PLUGIN= ladspa
|
|
DIST= bad
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa
|
|
|
|
LIB_DEPENDS= liblrdf.so:textproc/liblrdf
|
|
|
|
.include "${MASTERDIR}/Makefile"
|