f0a137f825
Trim old commented cruft Add debug flavor, and --disable-dependency-tracking if !debug
19 lines
470 B
Makefile
19 lines
470 B
Makefile
# $OpenBSD: Makefile,v 1.12 2003/01/07 15:36:35 espie Exp $
|
|
|
|
COMMENT= "X11 toolkit, network applications"
|
|
CATEGORIES= x11 x11/kde
|
|
VERSION= 3.0.5a
|
|
DISTNAME= kdenetwork-${VERSION}
|
|
|
|
LIB_DEPENDS= kdecore.4,DCOP,kabc,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjava,kparts,kspell,vcard::x11/kde/libs3
|
|
|
|
SEPARATE_BUILD= flavored
|
|
# for kaddressbook
|
|
RUN_DEPENDS+= ::x11/kde/base3
|
|
|
|
post-configure:
|
|
@touch ${WRKSRC}/Makefile.in
|
|
@touch ${WRKBUILD}/Makefile
|
|
|
|
.include <bsd.port.mk>
|