openbsd-ports/x11/kde/accessibility3/Makefile

24 lines
731 B
Makefile
Raw Normal View History

2005-11-30 06:25:17 -05:00
# $OpenBSD: Makefile,v 1.14 2005/11/30 11:25:17 espie Exp $
2004-02-01 20:19:33 -05:00
COMMENT= "X11 toolkit, accessibility aids"
CATEGORIES= x11 x11/kde
2005-11-30 06:25:17 -05:00
VERSION= 3.5.0
2004-02-01 20:19:33 -05:00
DISTNAME= kdeaccessibility-${VERSION}
2005-06-02 10:01:25 -04:00
PKGNAME= ${DISTNAME}
2005-11-30 06:25:17 -05:00
MODKDE_VERSION?= 3.5
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
2004-02-01 20:19:33 -05:00
.include <bsd.port.mk>