aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3splt-gtk/Makefile
blob: 43b21d0aaab6f103430e92fd4c4071f5aaf78c37 (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
27
28
29
30
31
32
# New ports collection makefile for:    audio/mp3splt-gtk
# Date created:                         05.09.2009
# Whom:                                 Timothy Beyer <beyert@cs.ucr.edu>
#
# $FreeBSD$

PORTNAME=	mp3splt-gtk
PORTVERSION=	0.5.7a
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	SF/mp3splt/${PORTNAME}/${PORTVERSION}

MAINTAINER=	beyert@cs.ucr.edu
COMMENT=	Utility to split mp3 and ogg files (via GTK Interface)

BUILD_DEPENDS=	audacious2:${PORTSDIR}/multimedia/audacious
LIB_DEPENDS=	mp3splt:${PORTSDIR}/audio/libmp3splt \
		mad.2:${PORTSDIR}/audio/libmad \
		ogg.6:${PORTSDIR}/audio/libogg \
		vorbis.4:${PORTSDIR}/audio/libvorbis \
		id3tag.0:${PORTSDIR}/audio/libid3tag

USE_AUTOTOOLS=	libltdl
USE_GSTREAMER=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
CONFIGURE_ARGS+=	--enable-audacious --with-mp3splt=${LOCALBASE} --with-mp3splt-includes=${LOCALBASE}/include --with-mp3splt-libraries=${LOCALBASE}/lib --disable-mp3splttest

MAN1=	mp3splt-gtk.1

.include <bsd.port.mk>