freebsd-ports/audio/gnaural/Makefile

25 lines
527 B
Makefile
Raw Normal View History

# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
2012-01-25 14:14:47 +01:00
# $FreeBSD$
PORTNAME= gnaural
PORTVERSION= 1.0.20110606
PORTREVISION= 3
2012-01-25 14:14:47 +01:00
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/Gnaural/
MAINTAINER= martymac@FreeBSD.org
COMMENT= Binaural beat generator
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
2012-01-25 14:14:47 +01:00
LIB_DEPENDS= libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \
libsndfile.so:${PORTSDIR}/audio/libsndfile
2012-01-25 14:14:47 +01:00
GNU_CONFIGURE= yes
USES= pkgconfig desktop-file-utils
2012-09-11 11:04:27 +02:00
USE_CSTD= gnu89
USE_GNOME= libglade2
2012-01-25 14:14:47 +01:00
.include <bsd.port.mk>