summaryrefslogtreecommitdiffstats
path: root/audio/gstreamer-plugins-pulse/Makefile
blob: a8414f0d0a6c239bd4c7d9678ac0040cd80c075d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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.3
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

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.a \
        lib/gstreamer-0.10/libgstpulse.la \
        lib/gstreamer-0.10/libgstpulse.so \
        lib/gstreamer-0.10/libgstpulse.so.0

.include <bsd.port.mk>