20 lines
571 B
Makefile
Raw Normal View History

2010-11-22 08:36:47 +00:00
# $OpenBSD: Makefile,v 1.9 2010/11/22 08:37:02 espie Exp $
2007-03-24 16:35:48 +00:00
2008-01-27 05:09:15 +00:00
COMMENT = K Desktop Environment, toys
DISTNAME = kdetoys-${VERSION}
2010-10-19 08:13:56 +00:00
USE_GROFF = Yes
2007-03-24 16:35:48 +00:00
2010-11-22 08:36:47 +00:00
LIB_DEPENDS+= x11/kde4/libs \
x11/kde4/base-workspace
2007-03-24 16:35:48 +00:00
2010-11-22 08:36:47 +00:00
WANTLIB += ICE SM X11 Xau Xdmcp Xext Xft Xpm c kde3support kdecore>=8 kdeui \
khtml kio kjs knotifyconfig kparts kscreensaver>=8 lib/qt4/Qt3Support \
2010-07-10 16:57:22 +00:00
lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg \
lib/qt4/QtXml m pthread stdc++
2008-01-27 05:09:15 +00:00
2010-07-10 16:57:22 +00:00
# these come from libs in real case
pre-install:
mkdir -p ${PREFIX}/share/doc/HTML/en/common
2007-03-24 16:35:48 +00:00
.include <bsd.port.mk>