summaryrefslogblamecommitdiffstats
path: root/audio/gstreamer-monkeysaudio/Makefile
blob: de7431682c4382a269dc66ab3b6b3cc6cc2b653b (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                              
                  




                                                                         
                                 




                                                       
                   


















                                                                                                            
# New ports collection makefile for:    gstreamer monkeysaudio
# Date created:     Thu May 13 14:04:31 CEST 2004
# Whom:         Koop Mast <kwm@rainbow-runner.nl>
#
# $FreeBSD$
#

PORTNAME=   gstreamer
PORTVERSION=    0.8.0
PORTREVISION=   10
CATEGORIES= audio
MASTER_SITES=   http://gstreamer.freedesktop.org/src/gst${PKGNAMESUFFIX}/
PKGNAMESUFFIX=  -monkeysaudio
DISTNAME=   gst${PKGNAMESUFFIX}-${PORTVERSION}

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GStreamer plugin for monkeysaudio files

USE_X_PREFIX=   yes
USE_BZIP2=  yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
USE_GNOME=  lthack gnomehack gnomeprefix
USE_GSTREAMER80=    yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
PLIST_SUB=  VERSION="${GST_VERSION}"

GST_VERSION=${PORTVERSION:C/..$//}

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/GStreamer-monkeysaudio-permit \
        ${DOCSDIR}/GStreamer-monkeysaudio-permit
.endif
# register plugins
    -@${X11BASE}/bin/gst-register-${GST_VERSION} \
        --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml 2>/dev/null

.include <bsd.port.mk>