1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/www/kdewebdev4/Makefile
Martin Wilke 568f8e877f The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
2008-08-09 16:52:28 +00:00

35 lines
764 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 moc rcc uic
MAN1= xsldbg.1
post-extract:
${MKDIR} ${WRKSRC}
.include <bsd.port.mk>