mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
18ee25cc2d
- Enable staging - Use new LIB_DEPENDS format - Update USES
25 lines
527 B
Makefile
25 lines
527 B
Makefile
# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnaural
|
|
PORTVERSION= 1.0.20110606
|
|
PORTREVISION= 3
|
|
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.2:${PORTSDIR}/audio/portaudio2 \
|
|
libsndfile.so:${PORTSDIR}/audio/libsndfile
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= pkgconfig desktop-file-utils
|
|
USE_CSTD= gnu89
|
|
USE_GNOME= libglade2
|
|
|
|
.include <bsd.port.mk>
|