zhuk 0e3d15242b Do a massive change on the placement of some KDE3 apps data:
* share/apps => share/apps.kde3
  * share/doc/HTML => share/doc/HTML.kde3

This is a part of KDE3/4 deconflicting work.

Build tested in a bulk by landry@, also sat over a week on ports@.
Run-time tested with some KDE3 apps, including KMail, taxipilot, yakuake...

"do it" landry@
2013-10-22 11:33:55 +00:00

49 lines
1.6 KiB
Makefile

# $OpenBSD: Makefile,v 1.45 2013/10/22 11:34:12 zhuk Exp $
COMMENT = web development tool
CATEGORIES = x11 x11/kde
VERSION = 3.5.10
DISTNAME = kdewebdev-${VERSION}
REVISION = 11
MODKDE_VERSION = 3.5.8
PKGSPEC = kdewebdev->=3,<4
SHARED_LIBS += kommanderplugin 1.0 # .0.0
SHARED_LIBS += kommanderwidget 1.0 # .0.0
SHARED_LIBS += kommanderwidgets 1.0 # .0.0
MODULES = x11/kde devel/gettext
RUN_DEPENDS += devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = x11/kde/libs3 \
textproc/libxslt \
x11/kde/sdk3
SEPARATE_BUILD = flavored
# bug in our libtool currently turning libcvsservices.a -lcvsservices into
# libcvsservices.a libcvsservices.a at end of link, thus making the final
# link fail on undefined symbols, as this is a library...
USE_LIBTOOL = gnu
WANTLIB = ICE SM X11 Xext Xfixes Xrender Xt art_lgpl_2 c cvsservice
WANTLIB += expat exslt fam fontconfig freetype gcrypt gpg-error
WANTLIB += idn jpeg kmdi knewstuff lib/kde3/DCOP lib/kde3/kabc
WANTLIB += lib/kde3/katepartinterfaces lib/kde3/kdecore>=6
WANTLIB += lib/kde3/kdefx lib/kde3/kdeprint lib/kde3/kdesu
WANTLIB += lib/kde3/kdeui lib/kde3/khtml lib/kde3/kio lib/kde3/kjs
WANTLIB += lib/kde3/kparts lib/kde3/kresources lib/kde3/kspell
WANTLIB += lib/kde3/ktexteditor lib/kde3/kutils lib/kde3/kwalletclient
WANTLIB += lib/kde3/vcard m pcre pcreposix png pthread pthread-stubs
WANTLIB += stdc++ util xcb xml2 xslt z
# don't pick up gtar
CONFIGURE_ENV= TAR=tar
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/${MODKDE_HTML_SUBDIR}/en/common
.include <bsd.port.mk>