opnsense-ports/www/kdewebdev4/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

23 lines
633 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= kdewebdev
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= www kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Comprehensive html/website development environment
LIB_DEPENDS= libtidy.so:${PORTSDIR}/www/tidy-lib \
libboost_thread.so:${PORTSDIR}/devel/boost-libs
USE_GNOME= libxml2 libxslt
USE_KDE4= kdelibs pimlibs kdeprefix automoc4
USES= cmake:outsource tar:xz
USE_QT4= dbus porting_build \
qmake_build moc_build rcc_build uic_build uic3_build
USE_LDCONFIG= yes
.include <bsd.port.mk>