freebsd-ports/audio/gnaural/Makefile
Ganael LAPLANCHE a643b26e87 Distfile rerolled upstream (license changed for one file), so :
- Fix distinfo
- Adapt LICENSE
2013-01-17 09:16:01 +00:00

26 lines
536 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= portaudio:${PORTSDIR}/audio/portaudio2 \
sndfile:${PORTSDIR}/audio/libsndfile
GNU_CONFIGURE= yes
USE_CSTD= gnu89
USE_GNOME= libglade2 desktopfileutils
post-install:
-@update-desktop-database
.include <bsd.port.mk>