openbsd-ports/x11/kde4/admin/Makefile

21 lines
517 B
Makefile
Raw Normal View History

2010-07-10 12:57:22 -04:00
# $OpenBSD: Makefile,v 1.6 2010/07/10 16:57:22 espie Exp $
2008-01-27 09:17:58 -05:00
COMMENT = K Desktop Environment, admin tools
DISTNAME = kdeadmin-${VERSION}
PKGNAME = ${DISTNAME}
2010-07-10 12:57:22 -04:00
LIB_DEPENDS += ::x11/kde4/libs \
::x11/kde4/pimlibs
# these come from libs in real case
pre-install:
mkdir -p ${PREFIX}/share/doc/HTML/en/common
2010-07-10 12:57:22 -04:00
WANTLIB += c kde3support kdecore.>=8 kdeui kio kldap kntlm lib/qt4/Qt3Support \
lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg \
lib/qt4/QtXml m pthread stdc++
2008-01-27 09:17:58 -05:00
.include <bsd.port.mk>