openbsd-ports/x11/kde4/admin/Makefile

22 lines
649 B
Makefile
Raw Normal View History

2008-01-27 09:17:58 -05:00
# $OpenBSD: Makefile,v 1.4 2008/01/27 14:17:58 espie Exp $
2008-01-27 09:17:58 -05:00
COMMENT = K Desktop Environment, admin tools
DISTNAME = kdeadmin-${VERSION}
PKGNAME = ${DISTNAME}
2008-01-27 09:17:58 -05:00
LIB_DEPENDS += kdecore.>=8,kde3support,kdeui,kio,kntlm,kparts,kfile,kpty,solid::x11/kde4/libs \
kldap::x11/kde4/pimlibs
WANTLIB += ICE SM X11 Xau Xcursor Xdmcp Xext Xft Xi Xinerama Xpm
WANTLIB += Xrandr Xrender Xtst c fontconfig freetype m png pthread
WANTLIB += stdc++ util z
2008-01-27 09:17:58 -05:00
WANTLIB += Qt3Support QtDBus QtGui QtSvg QtXml QtNetwork
WANTLIB += bz2
2008-01-27 09:17:58 -05:00
WANTLIB += Xfixes fam glib-2.0 gthread-2.0 iconv intl lber ldap
WANTLIB += sasl2 streamanalyzer streams
.include <bsd.port.mk>