openbsd-ports/x11/kde/accessibility3/Makefile
jakemsr 80e27f4e75 * add sndio backend for artsd
* use audio(4) instead of ossaudio(3) in kdemultimedia3 as much as
  possible
* sync WANTLIB in dependant ports

testing/prodding from todd@.  briefly discussed with naddy@, ajacoutot@
and jasper@
2009-01-29 22:28:58 +00:00

28 lines
928 B
Makefile

# $OpenBSD: Makefile,v 1.34 2009/01/29 22:28:58 jakemsr Exp $
COMMENT = X11 toolkit, accessibility aids
CATEGORIES = x11 x11/kde
VERSION = 3.5.10
DISTNAME = kdeaccessibility-${VERSION}
PKGNAME = ${DISTNAME}p1
MODKDE_VERSION ?= 3.5.8
SHARED_LIBS += KTTSD_Lib 1.0 # .0.1
SHARED_LIBS += kttsd 2.0 # .1.0
RUN_DEPENDS += :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS = kdecore.>=6,kresources,kwalletclient,ktexteditor,vcard,kabc,kutils,DCOP,kdefx,kdeprint,kdesu,kdeui,kio,kparts,kspell,artskde::x11/kde/libs3
FLAVORS = debug
SEPARATE_BUILD = flavored
WANTLIB = ICE SM X11 Xext Xrender Xtst art_lgpl_2 c jpeg \
m png pthread stdc++ util z iconv ogg intl \
vorbisenc artsflow_idl audiofile mad \
vorbisfile qtmcop gmodule-2.0 gthread-2.0 \
glib-2.0 soundserver_idl sndio \
kmedia2_idl artsflow vorbis mcop idn \
Xau Xdmcp fam rpcsvc pcre
.include <bsd.port.mk>