summaryrefslogtreecommitdiffstats
path: root/audio/gnome-media/Makefile
blob: 319dfbd23dd0784a3dc434aee3f088f4a35b66e1 (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
34
35
36
37
38
39
40
41
42
# New ports collection makefile for:    gnomemedia2
# Date created:             06 May 2002
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/audio/gnome-media/Makefile,v 1.135 2009/07/28 10:23:33 kwm Exp $
#

PORTNAME=   gnome-media
PORTVERSION=    2.27.90.fix
CATEGORIES= audio gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Multimedia applications for the GNOME 2 desktop

LIB_DEPENDS=    pulse.0:${PORTSDIR}/audio/pulseaudio \
        canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
        unique-1.0.2:${PORTSDIR}/x11-toolkits/unique

USE_BZIP2=  yes
USE_GETTEXT=    yes
INSTALLS_OMF=   yes
INSTALLS_ICONS= yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
GNOME_DESKTOP_VERSION=2
USE_GNOME=  gnomeprefix gnomehack intlhack gnomedesktop
USE_GSTREAMER=  cdparanoia esound gconf good
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

GCONF_SCHEMAS=  gnome-audio-profiles.schemas \
        gnome-sound-recorder.schemas

post-patch:
    @${REINPLACE_CMD} -e 's|acd0c|acd0|g ; s|== "xyes|= "xyes|g' \
        ${WRKSRC}/configure

.include <bsd.port.mk>