freebsd-ports/www/kwebkitpart/Makefile
Rene Ladan 059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00

19 lines
379 B
Makefile

# $FreeBSD$
PORTNAME= kwebkitpart
PORTVERSION= 1.3.2
PORTREVISION= 4
CATEGORIES= www kde
MASTER_SITES= LOCAL/makc
MAINTAINER= kde@FreeBSD.org
COMMENT= Web browser component for KDE SC based on QtWebKit
USE_KDE4= kdelibs automoc4
USE_QT4= designer gui webkit \
moc_build qmake_build rcc_build uic_build
USES= cmake cpe tar:xz
CPE_VENDOR= urs_wolfer
.include <bsd.port.mk>