aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2018-04-03 04:04:07 +0800
committerbapt <bapt@FreeBSD.org>2018-04-03 04:04:07 +0800
commite7ed67e6de8223076f50ed26cc888c813aaeaa38 (patch)
tree06c972985b1fbd164b3b6ffb9ec1a4cdf0f0942e /audio
parentbd5ab4d10c69a7673bb8d64cd5fc24b55693c84c (diff)
downloadfreebsd-ports-gnome-e7ed67e6de8223076f50ed26cc888c813aaeaa38.tar.gz
freebsd-ports-gnome-e7ed67e6de8223076f50ed26cc888c813aaeaa38.tar.zst
freebsd-ports-gnome-e7ed67e6de8223076f50ed26cc888c813aaeaa38.zip
Stop using USE_GNOME=esound
Add license Use USES=localbase Remove useless USES=pathfix
Diffstat (limited to 'audio')
-rw-r--r--audio/extace/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/audio/extace/Makefile b/audio/extace/Makefile
index a024ba62acab..1c71561cbfe1 100644
--- a/audio/extace/Makefile
+++ b/audio/extace/Makefile
@@ -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