1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/audio/gstreamer1-plugins-openmpt/Makefile
Tijl Coosemans 54c5444eba Update GStreamer to 1.14.4.
PR:		231406
Submitted by:	Greg V <greg@unrelenting.technology>
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-11-03 11:58:10 +00:00

21 lines
443 B
Makefile

# $FreeBSD$
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer OpenMPT audio decoder plugin
GST_PLUGIN= openmpt
DIST= bad
OPENMPT_GST_DIRS= gst-libs/gst/audio
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
pre-build:
.for dir in ${OPENMPT_GST_DIRS}
@(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET})
.endfor
.include "${MASTERDIR}/Makefile"