e3b732b479
PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
15 lines
264 B
Makefile
15 lines
264 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= www
|
|
|
|
COMMENT= GStreamer neon http source plugin
|
|
|
|
GST_PLUGIN= neon
|
|
DIST= bad
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS+= libneon.so:www/neon
|
|
|
|
.include "${MASTERDIR}/Makefile"
|