aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins-buzztard/Makefile
blob: a11bf95fed96985a2a8d4bde744d6b9145e2fab1 (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
# New ports collection makefile for:    gstreamer-plugins-buzztard
# Date created:     2007-06-24
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   buzztard
PORTVERSION=    0.2.0
PORTREVISION=   2
CATEGORIES= multimedia
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}%20gstreamer%20extensions/${PORTVERSION}
PKGNAMEPREFIX=  gstreamer-plugins-
DISTNAME=   gst-${PORTNAME}-${PORTVERSION}

MAINTAINER= multimedia@FreeBSD.org
COMMENT=    Buzztard gstreamer plugins

LIB_DEPENDS=    fluidsynth.4:${PORTSDIR}/audio/fluidsynth

USE_AUTOTOOLS=  libtool:22
USE_GSTREAMER=  yes
USE_GNOME=  gnomehack ltverhack
USE_LDCONFIG=   yes
PLIST_SUB=  GST_VERSION="${GST_VERSION}"

post-patch:
    @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \
        ${WRKSRC}/configure

.include <bsd.port.mk>