mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
cc95712fbe
Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030
24 lines
567 B
Makefile
24 lines
567 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdewebdev
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 10
|
|
CATEGORIES= www kde kde-kde4
|
|
PKGNAMESUFFIX= -kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Comprehensive html/website development environment
|
|
|
|
LIB_DEPENDS= libtidy.so:www/tidy-lib \
|
|
libboost_thread.so:devel/boost-libs
|
|
|
|
USES= cmake:outsource kde:4 tar:xz
|
|
USE_GNOME= libxml2 libxslt
|
|
USE_KDE= kdelibs pimlibs automoc4
|
|
USE_QT4= dbus porting_build \
|
|
qmake_build moc_build rcc_build uic_build uic3_build
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|