1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/gnaural/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

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>