freebsd-ports/audio/gnaural/Makefile
Thomas Zander 8337fc6d5f Chase libsndfile 1.0.30 update.
Details:
- Missing symbol sf_version_string, not auto-resolved by pkg + rebuild.
- Bump PORTREVISION for consumers.
2020-10-01 08:56:20 +00:00

27 lines
540 B
Makefile

# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
# $FreeBSD$
PORTNAME= gnaural
PORTVERSION= 1.0.20110606
PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/Gnaural/ \
LOCAL/martymac
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= desktop-file-utils gnome pkgconfig
USE_CSTD= gnu89
USE_GNOME= libglade2
LDFLAGS+= -lm
.include <bsd.port.mk>