14 lines
445 B
Makefile
14 lines
445 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/09/22 21:23:14 espie Exp $
|
|
|
|
COMMENT= "web development tool"
|
|
CATEGORIES= x11 x11/kde
|
|
VERSION= 3.3.0
|
|
DISTNAME= kdewebdev-${VERSION}
|
|
MODKDE_VERSION= 3.3.0
|
|
LIB_DEPENDS= kdecore.6,DCOP,kabc,katepartinterfaces,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjs,kparts,kresources,kspell,ktexteditor,kutils,kwalletclient,vcard::x11/kde/libs3 \
|
|
exslt::textproc/libxslt
|
|
|
|
SEPARATE_BUILD=flavored
|
|
|
|
.include <bsd.port.mk>
|