openbsd-ports/x11/kde4/network/Makefile

17 lines
622 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2007/09/15 20:04:22 merdely Exp $
COMMENT= K Desktop Environment, network
DISTNAME= kdenetwork-${VERSION}
2007-04-02 18:07:12 -04:00
PKGNAME= ${DISTNAME}p1
2007-04-02 18:07:12 -04:00
LIB_DEPENDS+= kdecore.>=8,kde3support,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjs,knotifyconfig,kparts,ktexteditor,kutils,kwalletclient,phononcore::x11/kde4/libs \
kickermain.>=3::x11/kde4/base
WANTLIB += ICE SM X11 Xau Xcursor Xdmcp Xext Xft Xi Xinerama Xpm
WANTLIB += Xrandr Xrender Xtst c fontconfig freetype jpeg m png
WANTLIB += pthread stdc++ util z
WANTLIB += Qt3Support QtDBus QtGui QtSvg QtXml
2007-04-02 18:07:12 -04:00
WANTLIB += gif bz2 pcre pcreposix
.include <bsd.port.mk>