d32a2618f1
this is totally experimental and not working yet ! it's in so that experimental people can look at it and play with it. do not even think of building it if you don't know what you're doing.
14 lines
420 B
Makefile
14 lines
420 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/03/22 22:24:32 espie Exp $
|
|
|
|
COMMENT= "K Desktop Environment, games"
|
|
DISTNAME= kdegames-${VERSION}
|
|
|
|
LIB_DEPENDS+= bz2::archivers/bzip2
|
|
|
|
WANTLIB += ICE SM X11 Xau Xcursor Xdmcp Xext Xft Xi Xinerama Xpm
|
|
WANTLIB += Xrandr Xrender Xtst c fontconfig freetype m png pthread
|
|
WANTLIB += stdc++ util z
|
|
WANTLIB += Qt3Support QtDBus QtGui QtNetwork QtOpenGL QtSvg QtXml
|
|
|
|
.include <bsd.port.mk>
|