freebsd-ports/www/kdewebdev4/Makefile
Alberto Villa c1f3de0f55 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIM
4.4.10. The official 4.6.1 release notes can be found at:
http://www.kde.org/announcements/announce-4.6.1.php

We'd like to say thanks to all helpers and submitters.

Tested by:	exp-run via miwi
2011-03-25 10:33:51 +00:00

30 lines
719 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
.include <bsd.port.mk>