af7e1f85d0
TODO: - compile the missing packages. - redo konsole fixes for our ttys. - figure out why kuickshow is broken. - make sure we get all dependencies. - repair kscd. - find out why nsplugins does not like the native jdk. - figure out how to get kvim to work. - change filenames or adjust check-lib-depends to cope.
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.26 2004/02/01 14:59:23 espie Exp $
|
|
|
|
COMMENT= "X11 toolkit, graphic applications"
|
|
COMMENT-kamera= "kde interface to digital cameras"
|
|
COMMENT-kpov= "modeller for povray"
|
|
CATEGORIES= x11 x11/kde
|
|
VERSION= 3.1.95
|
|
DISTNAME= kdegraphics-${VERSION}
|
|
MODKDE_VERSION= 3.2
|
|
|
|
FLAVORS=debug
|
|
SEPARATE_BUILD=flavored
|
|
MULTI_PACKAGES=-kpov -kamera
|
|
FULLPKGNAME-kamera=kamera-${VERSION}
|
|
FULLPKGNAME-kpov=kpovmodeller-${VERSION}
|
|
SUBPACKAGE?=
|
|
|
|
LIB_DEPENDS= \
|
|
kdecore.4,DCOP,kdefx,kdeprint,kdesu,kdeui,kio,kparts::x11/kde/libs3
|
|
|
|
.if defined(PACKAGING)
|
|
. if ${SUBPACKAGE} == "-kamera"
|
|
LIB_DEPENDS+= gphoto2,gphoto2_port::graphics/libgphoto2
|
|
. elif ${SUBPACKAGE} == "-kpov"
|
|
LIB_DEPENDS+= glut::graphics/glut
|
|
RUN_DEPENDS+= ::graphics/povray
|
|
. elif ${SUBPACKAGE} == ""
|
|
RUN_DEPENDS+= :ghostscript-*:print/ghostscript/gnu
|
|
LIB_DEPENDS+= Imlib::graphics/imlib \
|
|
ungif::graphics/libungif \
|
|
glut::graphics/glut
|
|
. endif
|
|
.else
|
|
LIB_DEPENDS+=Imlib::graphics/imlib \
|
|
ungif::graphics/libungif \
|
|
glut::graphics/glut \
|
|
gphoto2,gphoto2_port::graphics/libgphoto2
|
|
.endif
|
|
BUILD_DEPENDS+=::print/teTeX/base
|
|
|
|
.include <bsd.port.mk>
|