svn commit: r466258 - head/audio/extace

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 2 20:04:08 UTC 2018


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 at 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


More information about the svn-ports-head mailing list