diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-10 20:16:08 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-10 20:16:08 +0000 |
commit | 4eaeec57e4b85add5fe94046cdcfa65eb6eb08b6 (patch) | |
tree | bbbbbbf393f7aa41fdda65a1d8a5bd9d2802fa4d /audio/spek/Makefile | |
parent | Update to 3.5.0.2 (diff) |
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 <alexander at kojevnikov.com>
Notes
Notes:
svn path=/head/; revision=260949
Diffstat (limited to 'audio/spek/Makefile')
-rw-r--r-- | audio/spek/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
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 <alexander@kojevnikov.com> +# +# $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 <bsd.port.mk> |