From 4eaeec57e4b85add5fe94046cdcfa65eb6eb08b6 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Fri, 10 Sep 2010 20:16:08 +0000 Subject: Add new port audio/spek: Spek helps to analyse your audio files by showing their spectrogram. Spek supports all popular lossy and lossless audio file formats. WWW: http://www.spek-project.org/ PR: ports/150381 Submitted by: Alexander Kojevnikov --- audio/spek/Makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 audio/spek/Makefile (limited to 'audio/spek/Makefile') diff --git a/audio/spek/Makefile b/audio/spek/Makefile new file mode 100644 index 000000000000..8236bf9a7489 --- /dev/null +++ b/audio/spek/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: spek +# Date created: 2010-09-07 +# Whom: Alexander Kojevnikov +# +# $FreeBSD$ +# + +PORTNAME= spek +PORTVERSION= 0.6 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} + +MAINTAINER= alexander@kojevnikov.com +COMMENT= Acoustic spectrum analyser + +LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gtk20 desktopfileutils +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +MAKE_JOBS_SAFE= yes + +post-install: + -@update-desktop-database + +.include -- cgit v1.2.3