2006-04-30 01:03:03 +02:00
|
|
|
# New ports collection makefile for: gstreamer-plugins-good
|
|
|
|
# Date created: 20 Jan 2006
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-06-09 22:24:03 +02:00
|
|
|
# $MCom: ports/multimedia/gstreamer-plugins-good/Makefile,v 1.7 2006/06/08 01:14:31 ahze Exp $
|
2006-04-30 01:03:03 +02:00
|
|
|
#
|
|
|
|
|
2006-06-05 05:23:59 +02:00
|
|
|
PORTREVISION= 4
|
2006-04-30 01:03:03 +02:00
|
|
|
CATEGORIES= multimedia
|
|
|
|
|
|
|
|
COMMENT= Good gstreamer-plugins
|
|
|
|
|
|
|
|
GST_PLUGIN= good
|
|
|
|
GST_PLUGIN_SUFFIX= -good
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
|
|
|
|
BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins
|
|
|
|
RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins
|
|
|
|
|
2006-06-09 22:24:03 +02:00
|
|
|
DIST= good
|
2006-04-30 01:03:03 +02:00
|
|
|
GOOD_GST_DIRS= gst sys
|
|
|
|
PLIST_SUB= VERSION="${GST_VERSION}"
|
2006-06-09 22:24:03 +02:00
|
|
|
|
2006-04-30 01:03:03 +02:00
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
FILESDIR=${.CURDIR}/files
|
|
|
|
PATCHDIR=${.CURDIR}/files
|
2006-06-09 22:24:03 +02:00
|
|
|
NO_GSTREAMER_COMMON= yes
|
2006-04-30 01:03:03 +02:00
|
|
|
|
|
|
|
do-build:
|
|
|
|
.for dir in ${GOOD_GST_DIRS}
|
|
|
|
@(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
.for dir in ${GOOD_GST_DIRS}
|
|
|
|
@(cd ${INSTALL_WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
|
|
|
|
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|