summaryrefslogtreecommitdiff
path: root/audio/spek/Makefile
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2012-09-27 13:41:54 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2012-09-27 13:41:54 +0000
commit1c7b6f75e90884d56d2d789575b5e9cea2e35a3e (patch)
tree71ebec221d44efcf7ff07c685af767d66d3dd999 /audio/spek/Makefile
parent- Fix build on 7.x (diff)
Update to 0.8.0
PR: ports/172081 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> (maintainer) Approved by: maintainer, kwm (mentor)
Notes
Notes: svn path=/head/; revision=304960
Diffstat (limited to '')
-rw-r--r--audio/spek/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/audio/spek/Makefile b/audio/spek/Makefile
index 1389616b7141..33fa7387b9e5 100644
--- a/audio/spek/Makefile
+++ b/audio/spek/Makefile
@@ -6,22 +6,26 @@
#
PORTNAME= spek
-PORTVERSION= 0.7
-PORTREVISION= 3
+PORTVERSION= 0.8.0
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES= http://cloud.github.com/downloads/alexkay/${PORTNAME}/
MAINTAINER= alexander@kojevnikov.com
COMMENT= Acoustic spectrum analyser
-LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
+LICENSE= GPLv3
+
+LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg
MAN1= spek.1
-USE_BZIP2= yes
+USE_XZ= yes
USE_GMAKE= yes
-USE_GNOME= gtk20 desktopfileutils
USE_GETTEXT= yes
+USE_GNOME= desktopfileutils intltool
+USE_WX= 2.8+
+WX_UNICODE= yes
+WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
MAKE_JOBS_SAFE= yes