freebsd-ports/audio/jack-rack/Makefile
Antoine Brodin 95e220d1be Deprecate some GNOME 2 applications
With hat:	portmgr
2018-10-07 20:25:16 +00:00

34 lines
882 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
DEPRECATED= GNOME 2 application
EXPIRATION_DATE= 2018-12-10
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>