29 lines
909 B
Makefile
29 lines
909 B
Makefile
# $OpenBSD: Makefile,v 1.44 2006/10/12 23:12:18 espie Exp $
|
|
|
|
COMMENT= "K Desktop Environment, additional artwork"
|
|
CATEGORIES= x11 x11/kde
|
|
VERSION= 3.5.5
|
|
DISTNAME= kdeartwork-${VERSION}
|
|
PKGNAME= ${DISTNAME}
|
|
MODKDE_VERSION= 3.5.3
|
|
|
|
LIB_DEPENDS=kdecore.>=6,DCOP,kdefx,kdesu,kdeui,kio,kparts,kscreensaver::x11/kde/libs3 \
|
|
kdecorations::x11/kde/base3
|
|
SEPARATE_BUILD=flavored
|
|
|
|
CONFIGURE_ENV+=XSCREENSAVER=${LOCALBASE}/libexec/xscreensaver
|
|
|
|
BUILD_DEPENDS=::x11/xscreensaver,no_gle
|
|
RUN_DEPENDS=:xscreensaver-*:x11/xscreensaver,no_gle
|
|
|
|
WANTLIB= GL GLU ICE SM X11 Xext Xrender Xt art_lgpl_2 artsflow \
|
|
artsflow_idl artskde audiofile c esd glib-2.0 \
|
|
gmodule-2.0 gthread-2.0 iconv intl jpeg kmedia2_idl \
|
|
kwalletclient m mad mcop ogg ossaudio png pthread qtmcop \
|
|
soundserver_idl stdc++ util vorbis vorbisenc vorbisfile z \
|
|
idn
|
|
|
|
USE_LIBTOOL=Yes
|
|
LIBTOOL_FLAGS=--tag=disable-static
|
|
.include <bsd.port.mk>
|