af7e1f85d0
TODO: - compile the missing packages. - redo konsole fixes for our ttys. - figure out why kuickshow is broken. - make sure we get all dependencies. - repair kscd. - find out why nsplugins does not like the native jdk. - figure out how to get kvim to work. - change filenames or adjust check-lib-depends to cope.
29 lines
1.1 KiB
Makefile
29 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.16 2004/02/01 14:59:23 espie Exp $
|
|
|
|
COMMENT= "X11 toolkit, multimedia applications"
|
|
CATEGORIES= x11 x11/kde
|
|
VERSION= 3.1.95
|
|
DISTNAME= kdemultimedia-${VERSION}
|
|
MODKDE_VERSION= 3.2
|
|
|
|
LIB_DEPENDS= DCOP,kdefx,kdesu,kdeui,kio,kmid,kparts,kdecore.4,kmediaplayer,kdefakes::x11/kde/libs3 \
|
|
artsc,artskde::x11/kde/arts3 \
|
|
ogg::audio/libogg \
|
|
vorbis,vorbisfile,vorbisenc::audio/libvorbis \
|
|
cdda_paranoia,cdda_interface::audio/cdparanoia
|
|
|
|
|
|
RUN_DEPENDS=:xanim-*:graphics/xanim
|
|
SEPARATE_BUILD=flavored
|
|
CONFIGURE_ARGS+=--without-lame
|
|
CONFIGURE_ENV+=aktion_has_xanim=yes
|
|
MAKE_FLAGS+= TOPSUBDIRS="arts audiofile_artsplugin doc kaboodle kfile-plugins kmid kmix libkcddb mpeglib krec noatun kioslave mpeglib_artsplug"
|
|
|
|
FAKE_FLAGS= TOPSUBDIRS="arts audiofile_artsplugin doc kaboodle kfile-plugins kmid kmix libkcddb mpeglib krec noatun kioslave mpeglib_artsplug" DESTDIR=${WRKINST}
|
|
#post-install:
|
|
# cd ${PREFIX}/bin && mv -f timidity ktimidity
|
|
# # necessary for non-elf toolchains
|
|
# cd ${PREFIX}/lib && ln -s kde3/libkaboodlepart.so.0.0
|
|
|
|
.include <bsd.port.mk>
|