openbsd-ports/x11/kde/accessibility3/Makefile

28 lines
830 B
Makefile
Raw Normal View History

2006-04-01 05:49:17 -05:00
# $OpenBSD: Makefile,v 1.18 2006/04/01 10:49:18 espie Exp $
2004-02-01 20:19:33 -05:00
COMMENT= "X11 toolkit, accessibility aids"
CATEGORIES= x11 x11/kde
2006-04-01 05:49:17 -05:00
VERSION= 3.5.2
2004-02-01 20:19:33 -05:00
DISTNAME= kdeaccessibility-${VERSION}
2006-02-03 15:59:36 -05:00
PKGNAME= ${DISTNAME}
2006-04-01 05:49:17 -05:00
MODKDE_VERSION?= 3.5.2
SHARED_LIBS= KTTSD_Lib 1.0 \
kttsd 2.0
2004-02-01 20:19:33 -05:00
2005-11-30 06:25:17 -05:00
LIB_DEPENDS= kdecore.6,kresources,kwalletclient,ktexteditor,vcard,kabc,kutils,DCOP,kdefx,kdeprint,kdesu,kdeui,kio,kparts,kspell,artskde::x11/kde/libs3
2005-06-02 10:01:25 -04:00
2004-02-01 20:19:33 -05:00
FLAVORS= debug
SEPARATE_BUILD= flavored
2005-06-02 10:01:25 -04:00
WANTLIB= ICE SM X11 Xext Xrender Xtst art_lgpl_2 c jpeg \
m png pthread stdc++ util z iconv ogg esd intl \
2005-11-30 06:25:17 -05:00
vorbisenc artsflow_idl audiofile ossaudio mad \
2005-06-02 10:01:25 -04:00
vorbisfile qtmcop gmodule-2.0.0.0 gthread-2.0.0.0 \
2005-11-30 06:25:17 -05:00
glib-2.0.0.0 soundserver_idl \
2005-06-02 10:01:25 -04:00
kmedia2_idl artsflow vorbis mcop
2004-12-16 02:25:25 -05:00
2006-01-03 11:42:47 -05:00
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag disable-static
2004-02-01 20:19:33 -05:00
.include <bsd.port.mk>