pkgsrc-wip/mixxx/Makefile
Geert Hendrickx 5768f4531a Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.
2006-03-11 10:16:40 +00:00

37 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.13 2006/03/11 10:16:40 ghen Exp $
DISTNAME= mixxx-1.4.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mixxx/}
MAINTAINER= ghen@NetBSD.org
HOMEPAGE= http://mixxx.sourceforge.net/
COMMENT= Digital DJ tool
# needs pselect(2). if you know a workaround, please let me know.
NOT_FOR_PLATFORM= NetBSD-[0-2]*-* FreeBSD-[0-4]*-* OpenBSD-*-* DragonFly-*-*
WRKSRC= ${WRKDIR}/${DISTNAME}/src
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${LOCALBASE:Q}
CONFIGURE_ARGS+= --dependency-dir=${LOCALBASE}/bin\;${LOCALBASE}/lib\;${LOCALBASE}/include
CONFIGURE_ARGS+= --disable-alsa
CONFIGURE_ARGS+= --disable-jack
USE_TOOLS+= bash
REPLACE_INTERPRETER+= bash
REPLACE.bash.old= /bin/bash
REPLACE.bash.new= ${TOOLS_PATH.bash}
REPLACE_FILES.bash= configure
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../audio/libmad/buildlink3.mk"
.include "../../audio/libid3tag/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/libsndfile/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"