openbsd-ports/x11/kde4/toys/Makefile
2010-07-10 16:57:22 +00:00

20 lines
584 B
Makefile

# $OpenBSD: Makefile,v 1.6 2010/07/10 16:57:23 espie Exp $
COMMENT = K Desktop Environment, toys
DISTNAME = kdetoys-${VERSION}
PKGNAME = ${DISTNAME}
LIB_DEPENDS+= ::x11/kde4/libs \
::x11/kde4/base-workspace
WANTLIB += ICE SM X11 Xau Xdmcp Xext Xft Xpm c kde3support kdecore.>=8 kdeui \
khtml kio kjs knotifyconfig kparts kscreensaver.>=8 lib/qt4/Qt3Support \
lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg \
lib/qt4/QtXml m pthread stdc++
# these come from libs in real case
pre-install:
mkdir -p ${PREFIX}/share/doc/HTML/en/common
.include <bsd.port.mk>