2007-05-25 05:49:53 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.55 2007/05/25 09:49:55 espie Exp $
|
2002-04-02 12:01:54 -05:00
|
|
|
|
2004-04-13 00:22:36 -04:00
|
|
|
COMMENT= "K Desktop Environment, network applications"
|
2002-04-02 12:01:54 -05:00
|
|
|
CATEGORIES= x11 x11/kde
|
2007-05-25 05:49:53 -04:00
|
|
|
VERSION= 3.5.7
|
2002-04-02 12:01:54 -05:00
|
|
|
DISTNAME= kdenetwork-${VERSION}
|
2007-05-25 05:49:53 -04:00
|
|
|
PKGNAME= ${DISTNAME}
|
|
|
|
MODKDE_VERSION= 3.5.7
|
2004-02-01 09:59:21 -05:00
|
|
|
FLAVORS=debug
|
2006-11-05 08:02:30 -05:00
|
|
|
SHARED_LIBS += kopete 2.0 # .1.0
|
|
|
|
SHARED_LIBS += kopete_videodevice 1.0 # .0.0
|
|
|
|
SHARED_LIBS += kopete_msn_shared 1.0 # .0.0
|
|
|
|
SHARED_LIBS += kopete_oscar 3.0 # .2.0
|
|
|
|
SHARED_LIBS += rss 2.0 # .1.0
|
2002-04-02 12:01:54 -05:00
|
|
|
|
2006-08-03 06:53:35 -04:00
|
|
|
LIB_DEPENDS= kdecore.>=6,DCOP,kabc,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjs,kparts,kresources,ktexteditor,kutils,kwalletclient,vcard,kspell,kdnssd,knewstuff::x11/kde/libs3 \
|
2006-04-28 22:17:48 -04:00
|
|
|
xmms::audio/xmms \
|
2007-01-28 08:18:50 -05:00
|
|
|
idn::devel/libidn \
|
|
|
|
meanwhile::net/meanwhile
|
2007-02-07 11:25:37 -05:00
|
|
|
RUN_DEPENDS+= ::security/qca-tls
|
2002-04-02 12:01:54 -05:00
|
|
|
|
2003-01-07 10:36:35 -05:00
|
|
|
SEPARATE_BUILD= flavored
|
2002-04-02 12:01:54 -05:00
|
|
|
|
2004-12-16 02:25:25 -05:00
|
|
|
WANTLIB= ICE SM X11 Xext Xi Xrender Xss Xtst Xxf86vm art_lgpl_2 c \
|
|
|
|
crypto gdk glib gmodule gtk iconv intl jpeg m pcre pcreposix \
|
2007-05-25 05:49:53 -04:00
|
|
|
png pthread ssl stdc++ util xml2 xslt z glib-2.0 gmodule-2.0 \
|
|
|
|
Xau Xdmcp fam rpcsvc
|
|
|
|
|
2004-12-16 02:25:25 -05:00
|
|
|
|
2002-10-28 16:44:31 -05:00
|
|
|
post-configure:
|
2002-11-29 09:18:16 -05:00
|
|
|
@touch ${WRKSRC}/Makefile.in
|
|
|
|
@touch ${WRKBUILD}/Makefile
|
|
|
|
|
2002-04-02 12:01:54 -05:00
|
|
|
.include <bsd.port.mk>
|