I should have checked this ages ago. Will switch the other dirs after I've checked that they're okay too.
19 lines
569 B
Makefile
19 lines
569 B
Makefile
# $OpenBSD: Makefile,v 1.7 2002/05/28 17:18:46 espie Exp $
|
|
|
|
COMMENT= "X11 toolkit, graphic applications"
|
|
CATEGORIES= x11 x11/kde
|
|
NEED_VERSION= 1.504
|
|
VERSION= 3.0.1
|
|
DISTNAME= kdegraphics-${VERSION}
|
|
|
|
#LIB_DEPENDS= kdecore.4,DCOP,artskde,kdeui,khtml,kio,kparts::x11/kde/libs3 \
|
|
# kateinterfaces,konq,konqsidebarplugin::x11/kde/base3 \
|
|
# kmedia2_idl,qtmcop,soundserver_idl::x11/kde/arts3
|
|
LIB_DEPENDS=Imlib::graphics/imlib \
|
|
ungif::graphics/libungif \
|
|
kdecore.4,DCOP,kdefx,kdeprint,kdesu,kdeui,kio,kparts::x11/kde/libs3
|
|
|
|
SEPARATE_BUILD=simple
|
|
|
|
.include <bsd.port.mk>
|