freebsd-ports/audio/jack-rack/Makefile
Baptiste Daroussin 3147bb6c6b Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.

While here:

- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
  * update to 2.4.5
  * use USES=localbase
2018-03-26 12:38:56 +00:00

30 lines
821 B
Makefile

# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$
PORTNAME= jack-rack
PORTVERSION= 1.4.7
PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= multimedia@FreeBSD.org
COMMENT= LADSPA effects rack for the JACK audio server
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa
LIB_DEPENDS= libjack.so:audio/jack \
liblrdf.so:textproc/liblrdf
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa
USE_GNOME= libgnomeui libxml2
USES= gettext shebangfix pkgconfig python tar:bzip2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lm
CONFIGURE_ARGS= --disable-ladcca --disable-lash --disable-aseq
SHEBANG_FILES= ecarack
post-patch:
@${REINPLACE_CMD} -e '/^jr_desktop_install/ s|/usr/share|${PREFIX}/share|' \
${WRKSRC}/configure
.include <bsd.port.mk>