openbsd-ports/x11/kde/edu3/Makefile

34 lines
1.2 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.46 2007/01/28 13:18:51 espie Exp $
2002-03-25 11:00:55 -05:00
2004-04-13 00:22:36 -04:00
COMMENT= "K Desktop Environment, edutainment"
2002-03-25 11:00:55 -05:00
CATEGORIES= x11 x11/kde
VERSION= 3.5.6
2002-03-25 11:00:55 -05:00
DISTNAME= kdeedu-${VERSION}
2006-02-03 07:23:14 -05:00
PKGNAME= ${DISTNAME}
MODKDE_VERSION?= 3.5.3
FLAVORS=debug
2006-11-05 08:02:30 -05:00
SHARED_LIBS += kdeeducore 4.0 # .3.0
SHARED_LIBS += kdeeduui 4.0 # .3.5
SHARED_LIBS += kdeeduplot 4.0 # .3.0
SHARED_LIBS += extdate 4.0 # .3.0
SHARED_LIBS += kiten 2.0 # .1.0
SHARED_LIBS += kvoctraincore 1.0 # .0.0
2002-03-25 11:00:55 -05:00
2006-08-03 06:53:35 -04:00
LIB_DEPENDS= kdecore.>=6,DCOP,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kparts,kutils,kjs,kwalletclient,vcard,kabc,kresources::x11/kde/libs3
SEPARATE_BUILD=flavored
2002-03-25 11:00:55 -05:00
CONFIGURE_ARGS+=--disable-kig-python-scripting
2004-12-16 02:25:25 -05:00
WANTLIB= ICE SM X11 Xext Xrender art_lgpl_2 c jpeg katepartinterfaces \
2005-11-29 09:11:33 -05:00
knewstuff ktexteditor m pcre pcreposix png pthread stdc++ util \
z ossaudio qtmcop soundserver_idl artskde kmedia2_idl \
artsflow vorbis ogg esd mcop \
intl iconv artsflow_idl audiofile mad vorbisfile vorbisenc \
2006-08-03 06:53:35 -04:00
gthread-2.0.>=800.0 gmodule-2.0.>=800.0 glib-2.0.>=800.0 idn
2004-12-16 02:25:25 -05:00
2006-11-20 03:07:40 -05:00
USE_X11= Yes
2005-12-19 04:54:29 -05:00
USE_LIBTOOL=Yes
LIBTOOL_FLAGS=--tag=disable-static
2002-03-25 11:00:55 -05:00
.include <bsd.port.mk>