aboutsummaryrefslogtreecommitdiff
path: root/audio/gnaural/Makefile
blob: 5dce5a8711d22498e33105771cccb5d97da682b1 (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
# New ports collection makefile for:	gnaural
# Date created:		25 Jan 2012
# Whom:			Ganael Laplanche <ganael.laplanche@martymac.org>
#
# $FreeBSD$
#

PORTNAME=	gnaural
PORTVERSION=	1.0.20110606
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	SF/${PORTNAME}/Gnaural/

MAINTAINER=	martymac@FreeBSD.org
COMMENT=	Binaural beat generator

LICENSE=	GPLv2

LIB_DEPENDS=	portaudio.2:${PORTSDIR}/audio/portaudio2 \
		sndfile.1:${PORTSDIR}/audio/libsndfile

GNU_CONFIGURE=	yes
USE_GNOME=	libglade2 desktopfileutils

post-install:
	-@update-desktop-database

.include <bsd.port.mk>