20 lines
526 B
Makefile
20 lines
526 B
Makefile
# $OpenBSD: Makefile,v 1.22 2004/04/13 04:22:37 brad Exp $
|
|
|
|
COMMENT= "K Desktop Environment, network applications"
|
|
CATEGORIES= x11 x11/kde
|
|
VERSION= 3.2.1
|
|
DISTNAME= kdenetwork-${VERSION}
|
|
MODKDE_VERSION= 3.2
|
|
FLAVORS=debug
|
|
|
|
LIB_DEPENDS= kdecore.6,DCOP,kabc,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjs,kparts,kresources,ktexteditor,kutils,kwalletclient,vcard,kspell::x11/kde/libs3 \
|
|
xmms::audio/xmms
|
|
|
|
SEPARATE_BUILD= flavored
|
|
|
|
post-configure:
|
|
@touch ${WRKSRC}/Makefile.in
|
|
@touch ${WRKBUILD}/Makefile
|
|
|
|
.include <bsd.port.mk>
|