1f8475f22f
- rework KDE4_BUILDENV All ports: - remove needless post-extract target - make patches relative to ${PATCH_WRKSRC} - clean up - bump PORTREVISION when required databases/akonadi: - replace dependency on boost-python-libs with boost-libs (finally, boost-pyhton does not conflict with boost \o/) deskutils/kdepim*: - replace boost-python-libs with boost-libs - reduce dependencies - respect PREFIX - fix build with qt3 installed misc/kdeedu4: - add dependency on astro/xplanet (for KStars) misc/kdeutils4: - add dependency on devel/qca (for okteta) - make dependency on kdebase non-optional multimedia/kdemultimedia4: - add optional support for PulseAudio x11/kdebase4: - remove needless dependency on kdebase4-runtime x11/kdebase4-runtime, x11/kdebase4-workspace - remove extra CMAKE_ARGS to fix build for qt3/kde3 users x11/kdelibs4 - remove needless dependencies - remove extra CMAKE_ARGS to fix build for qt3/kde3 users
31 lines
736 B
Makefile
31 lines
736 B
Makefile
# New ports collection Makefile for: kdewebdev
|
|
# Date created: 2008-01-31
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdewebdev
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= www kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Comprehensive html/website development environment
|
|
|
|
LIB_DEPENDS= tidy-0.99.0:${PORTSDIR}/www/tidy-lib
|
|
|
|
LATEST_LINK= ${PORTNAME}4
|
|
|
|
USE_BZIP2= yes
|
|
USE_QT_VER= 4
|
|
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4
|
|
KDE4_BUILDENV= yes
|
|
QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build \
|
|
porting_build uic3_build
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
MAN1= xsldbg.1
|
|
|
|
.include <bsd.port.mk>
|