ea7846a86f
The distfiles should be publically available shortly. this fixes a few nits: build accessibility, move cvscheck to avoid conflicts. i18n files missing.
16 lines
412 B
Makefile
16 lines
412 B
Makefile
# $OpenBSD: Makefile,v 1.23 2004/03/07 21:08:44 espie Exp $
|
|
|
|
COMMENT= "X11 toolkit, edutainment"
|
|
CATEGORIES= x11 x11/kde
|
|
VERSION= 3.2.1
|
|
DISTNAME= kdeedu-${VERSION}
|
|
MODKDE_VERSION?= 3.2
|
|
FLAVORS=debug
|
|
|
|
LIB_DEPENDS= kdecore.6,DCOP,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kparts,kutils,kjs,kwalletclient::x11/kde/libs3
|
|
SEPARATE_BUILD=flavored
|
|
|
|
CONFIGURE_ARGS+=--disable-kig-python-scripting
|
|
|
|
.include <bsd.port.mk>
|