freebsd-ports/multimedia/gstreamer-ffmpeg/Makefile
Koop Mast b249e72500 Update to 0.10.10.
Teach perl script to look in ${LOCALBASE} for perl in case perl is build
without the /usr/bin/perl link.
2010-03-30 13:33:03 +00:00

46 lines
1.2 KiB
Makefile

# New ports collection makefile for: gstreamer ffmpeg
# Date created: Thu Feb 26 20:10:39 CET 2004
# Whom: Koop Mast <kwm@rainbow-runner.nl>
#
# $FreeBSD$
# $MCom: ports/multimedia/gstreamer-ffmpeg/Makefile,v 1.14 2006/07/20 13:40:27 ahze Exp $
#
PORTNAME= gstreamer
PORTVERSION= 0.10.10
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-ffmpeg/
PKGNAMESUFFIX= -ffmpeg
DISTNAME= gst-ffmpeg-${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= GStreamer plug-in for manipulating MPEG video streams
CFLAGS:= ${CFLAGS} -O2 -Wno-format
USE_BZIP2= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_GNOME= gnometarget
USE_GSTREAMER= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \
CPPFLAGS="${CPPFLAGS}" \
CFLAGS="${CFLAGS} -fno-force-addr" \
LDFLAGS="${LDFLAGS}"
PLIST_SUB= \
VERSION="${GST_VERSION}"
WITHOUT_CPU_CFLAGS= yes
PKG_CONFIG?="${LOCALBASE}/bin/pkg-config"
GST_VERSION=${PORTVERSION:C/..$//}
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e \
's|make|${GMAKE}|' \
${WRKSRC}/gst-libs/ext/Makefile.in
@${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|g'\
${WRKSRC}/gst-libs/ext/ffmpeg/doc/texi2pod.pl
.include <bsd.port.post.mk>