openbsd-ports/x11/kde/accessibility3/Makefile
espie a0d85fda46 update a large subset of kde 3 to 3.5.7.
Simplify the infrastructure a bit, and let it compile with libfam, now...
2007-05-25 09:49:53 +00:00

26 lines
831 B
Makefile

# $OpenBSD: Makefile,v 1.27 2007/05/25 09:49:53 espie Exp $
COMMENT= "X11 toolkit, accessibility aids"
CATEGORIES= x11 x11/kde
VERSION= 3.5.7
DISTNAME= kdeaccessibility-${VERSION}
PKGNAME= ${DISTNAME}
MODKDE_VERSION?= 3.5.7
SHARED_LIBS += KTTSD_Lib 1.0 # .0.1
SHARED_LIBS += kttsd 2.0 # .1.0
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 esd intl \
vorbisenc artsflow_idl audiofile ossaudio mad \
vorbisfile qtmcop gmodule-2.0 gthread-2.0 \
glib-2.0 soundserver_idl \
kmedia2_idl artsflow vorbis mcop idn
.include <bsd.port.mk>