openbsd-ports/x11/kde4/base/Makefile

22 lines
651 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.2 2007/03/24 13:23:59 espie Exp $
COMMENT= "K Desktop Environment, base"
DISTNAME= kdebase-${VERSION}
PKGNAME= ${DISTNAME}p0
LIB_DEPENDS+= Half,Iex,IlmImf,Imath::graphics/openexr \
gif::graphics/libungif \
bz2::archivers/bzip2 \
pcre,pcreposix::devel/pcre \
sasl2::security/cyrus-sasl2 \
usb::devel/libusb
WANTLIB += GL GLU ICE SM X11 XRes Xau Xcomposite Xcursor Xdmcp
WANTLIB += Xext Xfixes Xft Xi Xinerama Xpm Xrandr Xrender Xss
WANTLIB += Xt Xtst c fontconfig freetype jpeg m png pthread ssl
WANTLIB += stdc++ util xkbfile z
WANTLIB += Qt3Support QtDBus QtGui QtNetwork QtSvg QtXml
.include <bsd.port.mk>