19a52a354f
- dependencies for graphics. - enable poppler - let make plist normalize base PLIST - reenable factorial and gamma in kmplot.
22 lines
651 B
Makefile
22 lines
651 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/03/24 13:23:59 espie Exp $
|
|
|
|
COMMENT= "K Desktop Environment, base"
|
|
DISTNAME= kdebase-${VERSION}
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
LIB_DEPENDS+= Half,Iex,IlmImf,Imath::graphics/openexr \
|
|
gif::graphics/libungif \
|
|
bz2::archivers/bzip2 \
|
|
pcre,pcreposix::devel/pcre \
|
|
sasl2::security/cyrus-sasl2 \
|
|
usb::devel/libusb
|
|
|
|
|
|
WANTLIB += GL GLU ICE SM X11 XRes Xau Xcomposite Xcursor Xdmcp
|
|
WANTLIB += Xext Xfixes Xft Xi Xinerama Xpm Xrandr Xrender Xss
|
|
WANTLIB += Xt Xtst c fontconfig freetype jpeg m png pthread ssl
|
|
WANTLIB += stdc++ util xkbfile z
|
|
WANTLIB += Qt3Support QtDBus QtGui QtNetwork QtSvg QtXml
|
|
|
|
.include <bsd.port.mk>
|