pkgsrc/audio/arts/Makefile
rillig 65415bce8e The files in flow/gsl/gslglib.* are way too complex, and we have glib2
as a dependency, so only provide the necessary code. This is especially
important for Solaris, since the build failed before because of these
files.

I didn't use patches to save bandwidth and disk space.
2007-11-23 22:05:13 +00:00

37 lines
989 B
Makefile

# $NetBSD: Makefile,v 1.64 2007/11/23 22:05:13 rillig Exp $
DISTNAME= arts-1.5.8
CATEGORIES= audio
HOMEPAGE= http://multimedia.kde.org/
COMMENT= Analog Real-Time Synthesizer
.include "../../meta-pkgs/kde3/Makefile.kde3"
CONFLICTS+= kdelibs-2*
USE_TOOLS+= perl pkg-config
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
_IN_ARTS_BUILD= yes
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../audio/esound/buildlink3.mk"
.include "../../audio/libaudiofile/buildlink3.mk"
.include "../../audio/libmad/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none")
CONFIGURE_ARGS+= --disable-threading
.endif
post-patch:
cd ${FILESDIR} && cp gslglib.* ${WRKSRC}/flow/gsl/
.include "../../mk/bsd.pkg.mk"