diff options
author | bapt <bapt@FreeBSD.org> | 2018-04-03 04:04:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2018-04-03 04:04:07 +0800 |
commit | e7ed67e6de8223076f50ed26cc888c813aaeaa38 (patch) | |
tree | 06c972985b1fbd164b3b6ffb9ec1a4cdf0f0942e /audio | |
parent | bd5ab4d10c69a7673bb8d64cd5fc24b55693c84c (diff) | |
download | freebsd-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/Makefile | 12 |
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 |