openbsd-ports/x11/kde/bindings3/Makefile

21 lines
596 B
Makefile
Raw Normal View History

2004-12-12 06:33:23 -05:00
# $OpenBSD: Makefile,v 1.18 2004/12/12 11:33:24 espie Exp $
2004-04-13 00:22:36 -04:00
COMMENT= "K Desktop Environment, extra language support"
CATEGORIES= x11 x11/kde devel
2004-12-12 06:33:23 -05:00
VERSION= 3.3.2
DISTNAME= kdebindings-${VERSION}
2004-09-18 05:36:42 -04:00
MODKDE_VERSION= 3.3.0
2004-10-18 20:25:23 -04:00
LIB_DEPENDS=DCOP,kdecore.6,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjs,kmdi,kparts,kscript,kspell,kutils,kwalletclient::x11/kde/libs3 \
qui-mt::x11/qt3,mt \
ruby::lang/ruby
2004-09-18 05:36:42 -04:00
#BUILD_DEPENDS=::lang/python/2.3 \
# ::devel/tmake
2004-09-18 05:36:42 -04:00
MAKE_FLAGS+=TMAKEPATH=${LOCALBASE}/share/tmake/openbsd-g++/
SEPARATE_BUILD=flavored
2004-09-18 05:36:42 -04:00
CONFIGURE_ENV+=DO_NOT_COMPILE=python
.include <bsd.port.mk>