freebsd-ports/multimedia/gstreamer-plugins-buzztard/Makefile

31 lines
755 B
Makefile
Raw Normal View History

# New ports collection makefile for: gstreamer-plugins-buzztard
# Date created: 2007-06-24
2007-06-25 17:53:44 +02:00
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= buzztard
2011-04-11 08:59:40 +02:00
PORTVERSION= 0.5.0
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
2010-01-05 21:54:26 +01:00
LIB_DEPENDS= fluidsynth.4:${PORTSDIR}/audio/fluidsynth
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
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>