freebsd-ports/multimedia/gstreamer-plugins-buzztard/Makefile
Martin Wilke 151664cac4 - Update to 1.5.1
PR:		161631
Submitted by:	Ports Fury
Feature safe:	yes
2011-11-18 20:07:20 +00:00

31 lines
771 B
Makefile

# New ports collection makefile for: gstreamer-plugins-buzztard
# Date created: 2007-06-24
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= buzztard
PORTVERSION= 0.5.0
PORTREVISION= 1
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.1:${PORTSDIR}/audio/fluidsynth
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>