Stop using USE_GNOME=esound
Add license Use USES=localbase Remove useless USES=pathfix
This commit is contained in:
parent
dd97d1090c
commit
b02281a107
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466258
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user