03d85acc17
anyway, and flat-out don't work with most processors. This should give audio/muse a better chance of building on non-i386 platforms.
41 lines
1.2 KiB
Makefile
41 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.7 2004/12/19 03:42:44 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= MuSE-0.9
|
|
PKGNAME= ${DISTNAME:S/MuSE/muse/}
|
|
PKGREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.dyne.org/muse/releases/ \
|
|
http://www.ljudmila.org/~jaromil/muse/releases/ \
|
|
ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://muse.dyne.org/
|
|
COMMENT= Multiple Streaming Engine
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-ncurses
|
|
CONFIGURE_ARGS+= --disable-lubrify
|
|
CONFIGURE_ARGS+= --enable-gtk2
|
|
LIBS+= ${LIBOSSAUDIO}
|
|
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
|
|
|
|
SUBST_CLASSES= dsp
|
|
SUBST_STAGE.dsp= post-patch
|
|
SUBST_FILES.dsp= src/jmixer.cpp src/libmpeg/fileplayer.cc
|
|
SUBST_SED.dsp= -e "s,/dev/dsp,${DEVOSSAUDIO},g"
|
|
SUBST_MESSAGE.dsp= "Fixing hardcoded audio device."
|
|
|
|
.include "../../audio/lame/buildlink3.mk"
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
|
.include "../../audio/libsndfile/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/ossaudio.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|