# Created by: kevlo
# $FreeBSD: head/multimedia/audiopreview/Makefile 458818 2018-01-12 11:21:07Z rene $

PORTNAME=	audiopreview
PORTVERSION=	0.6
PORTREVISION=	2
CATEGORIES=	multimedia
MASTER_SITES=	http://audiopreview.codealpha.net/files/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Command-line tool to play previews of audio and video files

USES=		gettext gmake pkgconfig
USE_GSTREAMER=	core
USE_GNOME=	intltool
GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LIBS+=		-L${LOCALBASE}/lib

PLIST_FILES=	bin/audiopreview man/man1/audiopreview.1.gz

.include <bsd.port.mk>
