c53930a780
Mostly remove integrated patches, and adapt a few plists. There may be minor pieces yet to do...
22 lines
540 B
Makefile
22 lines
540 B
Makefile
# $OpenBSD: Makefile,v 1.4 2002/05/23 14:37:22 espie Exp $
|
|
|
|
COMMENT= "X11 toolkit, multimedia applications"
|
|
CATEGORIES= x11 x11/kde
|
|
NEED_VERSION= 1.504
|
|
VERSION= 3.0.1
|
|
DISTNAME= kdemultimedia-${VERSION}
|
|
|
|
LIB_DEPENDS= DCOP,kdefx,kdesu,kdeui,kio,kmid,kparts::x11/kde/libs3 \
|
|
artsc,artskde::x11/kde/arts3 \
|
|
ogg::audio/libogg \
|
|
vorbis,vorbisfile::audio/libvorbis \
|
|
cdda_paranoia,cdda_interface::audio/cdparanoia
|
|
|
|
RUN_DEPENDS=:xanim-*:graphics/xanim
|
|
|
|
|
|
post-install:
|
|
cd ${PREFIX}/bin && mv -f timidity ktimidity
|
|
|
|
.include <bsd.port.mk>
|