Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2018 20:04:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466258 - head/audio/extace
Message-ID:  <201804022004.w32K47qQ066515@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Apr  2 20:04:07 2018
New Revision: 466258
URL: https://svnweb.freebsd.org/changeset/ports/466258

Log:
  Stop using USE_GNOME=esound
  Add license
  Use USES=localbase
  Remove useless USES=pathfix

Modified:
  head/audio/extace/Makefile

Modified: head/audio/extace/Makefile
==============================================================================
--- head/audio/extace/Makefile	Mon Apr  2 20:02:19 2018	(r466257)
+++ head/audio/extace/Makefile	Mon Apr  2 20:04:07 2018	(r466258)
@@ -10,13 +10,15 @@ MASTER_SITES=	SF/${PORTNAME}/eXtace/${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Audio visualization plugin for the X Window System
 
-LIB_DEPENDS=	libfftw3.so:math/fftw3
+LICENSE=	GPLv2
 
-USES=		libtool pathfix pkgconfig
-USE_GNOME=	esound gtk20
+LIB_DEPENDS=	libfftw3.so:math/fftw3 \
+		libesd.so:audio/esound
+
+USES=		localbase libtool pkgconfig
+USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib -lm
+LIBS+=		-lm
 
 PLIST_FILES=	bin/extace \
 		share/gnome/apps/Multimedia/extace.desktop



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804022004.w32K47qQ066515>