aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/audiopreview/Makefile
blob: c5dae5b891a4dfa3d7f46fcb9080d05d4251f11a (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
# Created by: kevlo 
# $FreeBSD$

PORTNAME=   audiopreview
PORTVERSION=    0.6
PORTREVISION=   1
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

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

PLIST_FILES=    bin/audiopreview
MAN1=       audiopreview.1

.include <bsd.port.mk>