summaryrefslogtreecommitdiff
path: root/multimedia/audiopreview/Makefile
blob: 436218cb39f50fd9113b833ba95b7eb93630c28f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	audiopreview
# Date created:		27 July 2010
# Whom:			kevlo 
#
# $FreeBSD$
#

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

MAINTAINER=	kevlo@FreeBSD.org
COMMENT=	A command-line tool to play previews of audio and video files

USE_GMAKE=	yes
USE_GSTREAMER=	core
USE_GNOME=	intltool
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

PLIST_FILES=	bin/audiopreview
MAN1=		audiopreview.1

.include <bsd.port.mk>