25 lines
795 B
Makefile
Raw Normal View History

2005-07-28 08:47:39 +00:00
# $OpenBSD: Makefile,v 1.12 2005/07/28 08:47:39 espie Exp $
2004-02-02 01:19:33 +00:00
COMMENT= "X11 toolkit, accessibility aids"
CATEGORIES= x11 x11/kde
2005-07-28 08:47:39 +00:00
VERSION= 3.4.2
2004-02-02 01:19:33 +00:00
DISTNAME= kdeaccessibility-${VERSION}
2005-06-02 14:01:25 +00:00
PKGNAME= ${DISTNAME}
MODKDE_VERSION?= 3.4
2004-02-02 01:19:33 +00:00
2005-06-02 14:01:25 +00:00
LIB_DEPENDS= kdecore.6,kresources,kwalletclient,ktexteditor,vcard,kabc,kutils,DCOP,kdefx,kdeprint,kdesu,kdeui,kio,kparts,kspell,artskde::x11/kde/libs3 \
gstreamer-0.8.0.0::devel/gstreamer
2004-02-02 01:19:33 +00:00
FLAVORS= debug
SEPARATE_BUILD= flavored
2005-06-02 14:01:25 +00:00
WANTLIB= ICE SM X11 Xext Xrender Xtst art_lgpl_2 c jpeg \
m png pthread stdc++ util z iconv ogg esd intl \
vorbisenc xml2 artsflow_idl audiofile ossaudio mad \
vorbisfile qtmcop gmodule-2.0.0.0 gthread-2.0.0.0 \
glib-2.0.0.0 soundserver_idl gobject-2.0.0.0 popt \
kmedia2_idl artsflow vorbis mcop
2004-12-16 07:25:25 +00:00
2004-02-02 01:19:33 +00:00
.include <bsd.port.mk>