summaryrefslogtreecommitdiffstats
path: root/audio/gnome-media/Makefile
blob: 7101851887db6aa93874dd162fd00cb823fa301a (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
# New ports collection makefile for:    gnomemedia2
# Date created:             06 May 2002
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD: ports/audio/gnomemedia2/Makefile,v 1.36 2003/04/08 00:40:00 marcus Exp $
#

PORTNAME=   gnomemedia2
PORTVERSION=    2.3.0
CATEGORIES= audio gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-media/2.3
DISTNAME=   gnome-media-${PORTVERSION}
DIST_SUBDIR=    gnome2

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

RUN_DEPENDS=    sox:${PORTSDIR}/audio/sox
LIB_DEPENDS=    gstplay-0.6.0:${PORTSDIR}/multimedia/gstreamer-plugins

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_REINPLACE=  yes
USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes
USE_GNOME=  gnomeprefix gnomehack gnomehier gnomedesktop gail
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

post-patch:
    @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
         s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure

.include <bsd.port.mk>