mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
25 lines
500 B
Makefile
25 lines
500 B
Makefile
# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnaural
|
|
PORTVERSION= 1.0.20110606
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/${PORTNAME}/Gnaural/
|
|
|
|
MAINTAINER= martymac@FreeBSD.org
|
|
COMMENT= Binaural beat generator
|
|
|
|
LICENSE= GPLv2 LGPL21
|
|
LICENSE_COMB= multi
|
|
|
|
LIB_DEPENDS= libportaudio.so:audio/portaudio \
|
|
libsndfile.so:audio/libsndfile
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= pkgconfig desktop-file-utils
|
|
USE_CSTD= gnu89
|
|
USE_GNOME= libglade2
|
|
|
|
.include <bsd.port.mk>
|