1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/audio/gstreamer-plugins-pulse/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

34 lines
819 B
Makefile

# New ports collection makefile for: gstreamer-plugins-pulse
# Date created: July 22, 2006
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gstreamer-plugins
PORTVERSION= 0.9.7
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://0pointer.de/lennart/projects/gst-pulse/
PKGNAMESUFFIX= -pulse
DISTNAME= gst${PKGNAMESUFFIX}-${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= GStreamer plugin for pulseaudio
LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio
CFLAGS:= ${CFLAGS} -O2
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= lthack gnomehack
USE_GSTREAMER= yes
CONFIGURE_ARGS= --disable-lynx
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
PLIST_FILES= lib/gstreamer-0.10/libgstpulse.la \
lib/gstreamer-0.10/libgstpulse.so
.include <bsd.port.mk>