diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
commit | e86b55727a088049f223a32d722fdaf57dbe2719 (patch) | |
tree | 13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/extace | |
parent | 4ff98799fdd3ca29df878fa31d0ad3c993279a11 (diff) | |
download | ports-e86b55727a088049f223a32d722fdaf57dbe2719.tar.gz ports-e86b55727a088049f223a32d722fdaf57dbe2719.zip |
Notes
Diffstat (limited to 'audio/extace')
-rw-r--r-- | audio/extace/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/extace/Makefile b/audio/extace/Makefile index f6587793d874..51614f272209 100644 --- a/audio/extace/Makefile +++ b/audio/extace/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: extace -# Date created: 8 April 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= extace PORTVERSION= 1.9.9 @@ -12,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/eXtace/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An Audio Visualization plugin for the X Window System +COMMENT= Audio visualization plugin for the X Window System LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 |