zhuk efab32011f Umbrello helps the software development process by using the industry
standard Unified Modelling Language (UML) to enable you to create
diagrams for designing and documenting your systems.

This is ex-kdesdk member. Importing as a part of KDE 4.11.4 update.                                                                         
This port won't work until update is finished, thus not hooking it up.
2013-12-08 18:22:16 +00:00

25 lines
639 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/12/08 18:22:16 zhuk Exp $
COMMENT = UML editor for KDE
DISTNAME = umbrello-${MODKDE4_VERSION}
CATEGORIES = devel productivity
#HOMEPAGE = http://umbrello.kde.org/
HOMEPAGE = http://projects.kde.org/projects/kde/kdesdk/umbrello
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg
WANTLIB += lib/qt4/QtXml
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kfile ${KDE4LIB}/kio
WANTLIB += xml2 xslt
BUILD_DEPENDS = devel/boost
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = textproc/libxml \
textproc/libxslt
.include <bsd.port.mk>