- Fix crash
- Trim Makefile header and adjust COMMENT while I'm here PR: ports/169563 Submitted by: Marcel <monovox.art@gmail.com>
This commit is contained in:
parent
8c20e474c4
commit
298de7b9f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313087
@ -1,18 +1,14 @@
|
||||
# New ports collection makefile for: jack-rack
|
||||
# Date created: 30 Dec 2006
|
||||
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
||||
#
|
||||
# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jack-rack
|
||||
PORTVERSION= 1.4.7
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= A LADSPA effects rack for the JACK audio server
|
||||
COMMENT= LADSPA effects rack for the JACK audio server
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
||||
LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \
|
||||
@ -26,7 +22,7 @@ USE_PYTHON= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --disable-ladcca --disable-lash
|
||||
CONFIGURE_ARGS= --disable-ladcca --disable-lash --disable-aseq
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^jr_desktop_install/ s|/usr/share|${PREFIX}/share|' \
|
||||
|
Loading…
Reference in New Issue
Block a user