openbsd-ports/x11/kde/edu3/Makefile

33 lines
1003 B
Makefile
Raw Normal View History

2006-10-12 19:12:18 -04:00
# $OpenBSD: Makefile,v 1.43 2006/10/12 23:12:18 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
2006-10-12 19:12:18 -04:00
VERSION= 3.5.5
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
SHARED_LIBS= extdate 4.0 \
kdeeducore 4.0 \
kdeeduplot 4.0 \
kdeeduui 4.0 \
kiten 2.0 \
kvoctraincore 1.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
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>