aboutsummaryrefslogtreecommitdiff
path: root/audio/sweep/Makefile
blob: 6dbad4b624d674d3ba1e4f8aa691277b8b1fd2ba (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
33
34
35
36
37
38
39
40
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>

PORTNAME=	sweep
PORTVERSION=	0.9.3
PORTREVISION=	12
PORTEPOCH=	1
CATEGORIES=	audio gnome
MASTER_SITES=	SF

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Sound editor for the GNOME/GTK+2 desktop

LICENSE=	GPLv2

LIB_DEPENDS=	libmad.so:audio/libmad \
		libsamplerate.so:audio/libsamplerate \
		libsndfile.so:audio/libsndfile \
		libvorbis.so:audio/libvorbis \
		libspeex.so:audio/speex

USES=		desktop-file-utils gettext gmake gnome libtool pathfix \
		pkgconfig tar:bzip2
GNU_CONFIGURE=	yes
USE_GNOME=	gtk20

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ARGS=	--with-extralibdir=${LOCALBASE}/lib \
		--with-extraincdir=${LOCALBASE}/include \
		--with-vorbis-libraries=${LOCALBASE}/lib \
		--with-vorbis-includes=${LOCALBASE}/include/vorbis \
		--with-ogg-libraries=${LOCALBASE}/lib \
		--with-ogg-includes=${LOCALBASE}/include/ogg
CONFIGURE_ENV=	LIBS="`pkg-config --libs gmodule-2.0`"

post-patch:
	@${REINPLACE_CMD} -e 's|^ac_enable_alsa=yes|ac_enable_alsa=no|g ; \
		s|$${datadir}|$${datarootdir}|g' ${WRKSRC}/configure

.include <bsd.port.mk>