forked from Lainports/freebsd-ports
You have only two weeks to play with it -- KDE 4.2.0 is coming ;) Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age. For lists of bugfixes and improvements please see: http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php Approved by: miwi (mentor)
35 lines
823 B
Makefile
35 lines
823 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= stable/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Comprehensive html/website development environment
|
|
|
|
BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
|
|
LIB_DEPENDS= antlr.5:${PORTSDIR}/devel/kdesdk4 \
|
|
tidy-0.99.0:${PORTSDIR}/www/tidy-lib
|
|
|
|
LATEST_LINK= ${PORTNAME}4
|
|
|
|
USE_BZIP2= yes
|
|
USE_QT_VER= 4
|
|
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
|
KDE4_BUILDENV= yes
|
|
QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build \
|
|
porting_build uic3_build
|
|
|
|
MAN1= xsldbg.1
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|