Prune audio/clementine-player
[dports.git] / audio / gnaural / Makefile
1 # Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
2 # $FreeBSD$
3
4 PORTNAME=       gnaural
5 PORTVERSION=    1.0.20110606
6 PORTREVISION=   4
7 CATEGORIES=     audio
8 MASTER_SITES=   SF/${PORTNAME}/Gnaural/
9
10 MAINTAINER=     martymac@FreeBSD.org
11 COMMENT=        Binaural beat generator
12
13 LICENSE=        GPLv2 LGPL21
14 LICENSE_COMB=   multi
15
16 LIB_DEPENDS=    libportaudio.so:audio/portaudio \
17                 libsndfile.so:audio/libsndfile
18
19 GNU_CONFIGURE=  yes
20 USES=           pkgconfig desktop-file-utils
21 USE_CSTD=       gnu89
22 USE_GNOME=      libglade2
23
24 .include <bsd.port.mk>