openbsd-ports/x11/kde/addons3/Makefile

35 lines
1.3 KiB
Makefile
Raw Normal View History

2006-10-12 19:12:18 -04:00
# $OpenBSD: Makefile,v 1.43 2006/10/12 23:12:18 espie Exp $
2002-03-23 11:26:56 -05:00
2004-04-13 00:22:36 -04:00
COMMENT= "K Desktop Environment, addons"
2002-03-23 11:26:56 -05:00
CATEGORIES= x11 x11/kde
2006-10-12 19:12:18 -04:00
VERSION= 3.5.5
2002-03-23 11:26:56 -05:00
DISTNAME= kdeaddons-${VERSION}
MODKDE_VERSION= 3.5.3
2002-03-23 11:26:56 -05:00
2006-08-03 19:37:13 -04:00
LIB_DEPENDS= kdecore.>=6,kdnssd,knewstuff,DCOP,artskde,kabc,katepartinterfaces,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjs,kmediaplayer,kparts,kresources,ktexteditor,kutils,kwalletclient,vcard::x11/kde/libs3 \
SDL.>=1:sdl-*-!no_x11:devel/sdl \
artsbuilder,artsgui,artsgui_idl,artsgui_kde,artsmidi_idl,artsmodules,artsmodulescommon,artsmoduleseffects,artsmodulesmixers,artsmodulessynth,noatun,noatuncontrols,noatuntags::x11/kde/multimedia3 \
atlantic,atlantikui,kdegames::x11/kde/games3 \
2004-02-01 19:47:32 -05:00
kateinterfaces,kateutils,konq,konqsidebarplugin::x11/kde/base3 \
kabinterfaces::x11/kde/pim3 \
gdk,gtk::x11/gtk+ \
2006-02-16 06:55:22 -05:00
xmms::audio/xmms \
lib/db4/db_cxx::databases/db/v4
2002-03-23 11:26:56 -05:00
# XXX no version number on noatunarts
SEPARATE_BUILD=flavored
2004-12-16 02:25:25 -05:00
2006-02-16 06:55:22 -05:00
USE_LIBTOOL= Yes
LIBTOOL_FLAGS+= --tag=disable-static
2004-12-16 02:25:25 -05:00
WANTLIB= ICE SM X11 Xext Xi Xrender art_lgpl_2 artsflow artsflow_idl \
2006-09-18 08:19:39 -04:00
audiofile c esd glib glib-2.0 gmodule gmodule-2.0 \
iconv intl jpeg kimproxy kmedia2_idl m mad mcop ogg \
2004-12-16 02:25:25 -05:00
ossaudio pcre pcreposix png pthread qtmcop soundserver_idl \
stdc++ usbhid util vorbis vorbisenc vorbisfile z \
2006-09-18 08:19:39 -04:00
gthread-2.0 idn
#WANTLIB+= noatunarts
2004-12-16 02:25:25 -05:00
2002-03-23 11:26:56 -05:00
.include <bsd.port.mk>