openbsd-ports/x11/kde4/toys/Makefile

20 lines
705 B
Makefile
Raw Normal View History

2008-01-27 00:09:15 -05:00
# $OpenBSD: Makefile,v 1.4 2008/01/27 05:09:15 espie Exp $
2007-03-24 12:35:48 -04:00
2008-01-27 00:09:15 -05:00
COMMENT = K Desktop Environment, toys
DISTNAME = kdetoys-${VERSION}
PKGNAME = ${DISTNAME}
2007-03-24 12:35:48 -04:00
2008-01-27 00:09:15 -05:00
LIB_DEPENDS+= kdecore.>=8,kde3support,kdeui,khtml,kio,kjs,knotifyconfig,kparts,ktexteditor,kfile,kpty,phonon,solid::x11/kde4/libs \
kscreensaver.>=8::x11/kde4/base-workspace
2007-03-24 12:35:48 -04:00
WANTLIB += ICE SM X11 Xau Xcursor Xdmcp Xext Xft Xi Xinerama Xpm
WANTLIB += Xrandr Xrender Xtst c fontconfig freetype jpeg m png
WANTLIB += pthread stdc++ util z
2008-01-27 00:09:15 -05:00
WANTLIB += Qt3Support QtDBus QtGui QtSvg QtXml QtNetwork
2007-04-02 16:32:27 -04:00
WANTLIB += bz2 gif pcre pcreposix
2008-01-27 00:09:15 -05:00
WANTLIB += Xfixes dbus-1 fam glib-2.0 gthread-2.0 iconv intl streamanalyzer
WANTLIB += streams
2007-03-24 12:35:48 -04:00
.include <bsd.port.mk>