44ea274ce3
Use USES=libtool Add DOCS option
29 lines
703 B
Makefile
29 lines
703 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= buzztard
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20gstreamer%20extensions/
|
|
PKGNAMEPREFIX= gstreamer-plugins-
|
|
DISTNAME= gst-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Buzztard gstreamer plugins
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
LIB_DEPENDS= libfluidsynth.so:${PORTSDIR}/audio/fluidsynth
|
|
|
|
USES= pathfix libtool pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_GSTREAMER= yes
|
|
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>
|