mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
32 lines
710 B
Makefile
32 lines
710 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.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= gstreamer-plugins-
|
|
DISTNAME= gst-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Buzztard gstreamer plugins
|
|
|
|
LIB_DEPENDS= fluidsynth.2:${PORTSDIR}/audio/fluidsynth
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
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>
|