13 lines
244 B
Makefile
13 lines
244 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= Gstreamer sndfile plugin
|
|
|
|
GST_PLUGIN= sndfile
|
|
DIST= bad
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|