aboutsummaryrefslogtreecommitdiff
path: root/audio/waon/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-03-03 21:41:28 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-03-03 21:41:28 +0000
commitb9d85df1c96e936171ca3345fd4656e4e206b21f (patch)
treee8cfdc4d18aa71fa723cba17bf1479da50f316f2 /audio/waon/Makefile
parentec1147cf95f4c12211a75893bec015626dc0fb75 (diff)
downloadports-b9d85df1c96e936171ca3345fd4656e4e206b21f.tar.gz
ports-b9d85df1c96e936171ca3345fd4656e4e206b21f.zip
- Update to version 0.10
- Add LICENSE PR: ports/186523 Submitted by: Eero Hanninen <fax@nohik.ee> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=346971
Diffstat (limited to 'audio/waon/Makefile')
-rw-r--r--audio/waon/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/waon/Makefile b/audio/waon/Makefile
index 7b4f54277630..c4f6eb0c2ecc 100644
--- a/audio/waon/Makefile
+++ b/audio/waon/Makefile
@@ -2,14 +2,15 @@
# $FreeBSD$
PORTNAME= waon
-PORTVERSION= 0.9
-PORTREVISION= 8
+PORTVERSION= 0.10
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= kichiki@users.sourceforge.net
COMMENT= Wave-to-Notes transcriber and some utility tools
+LICENSE= GPLv2
+
LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \
libao.so:${PORTSDIR}/audio/libao \
libsndfile.so:${PORTSDIR}/audio/libsndfile \
@@ -21,7 +22,6 @@ USE_GNOME= gtk20
PLIST_FILES= bin/waon bin/pv bin/gwaon \
man/man1/gwaon.1.gz man/man1/pv.1.gz man/man1/waon.1.gz
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/waon \
${WRKSRC}/pv \