aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/audiopreview/Makefile
blob: 5d93e1085850d9281ea42bb6ba7af6fab459a81b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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=    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>