openbsd-ports/x11/kde4/webdev/Makefile

24 lines
712 B
Makefile
Raw Normal View History

2010-11-22 03:36:47 -05:00
# $OpenBSD: Makefile,v 1.9 2010/11/22 08:37:02 espie Exp $
2008-01-27 00:09:15 -05:00
COMMENT = K Desktop Environment, web development
DISTNAME = kdewebdev-${VERSION}
2010-06-24 03:45:06 -04:00
SHARED_LIBS += klinkstatuscommon 0.0
SHARED_LIBS += kommandercore 0.0
SHARED_LIBS += kommanderwidgets 0.0
2010-11-22 03:36:47 -05:00
LIB_DEPENDS += x11/kde4/libs \
x11/kde4/pimlibs \
www/tidy
2010-11-22 03:36:47 -05:00
WANTLIB += c kde3support kdecore>=8 kdeui khtml kio kjs kmime knewstuff2 \
2010-07-10 12:57:22 -04:00
kparts kpimidentities krossui kutils lib/qt4/Qt3Support lib/qt4/QtDBus \
lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg lib/qt4/QtXml m \
2010-11-22 03:36:47 -05:00
mailtransport pthread stdc++ threadweaver tidy>=1 xml2 xslt z
2010-06-24 03:45:06 -04:00
# these come from libs in real case
pre-install:
mkdir -p ${PREFIX}/share/doc/HTML/en/common
.include <bsd.port.mk>