mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
fff296bfe7
Approved by: portmgr (not really, but touches unstaged ports)
18 lines
369 B
Makefile
18 lines
369 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kwebkitpart
|
|
PORTVERSION= 1.3.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= www kde
|
|
MASTER_SITES= LOCAL/makc
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Web browser component for KDE SC based on QtWebKit
|
|
|
|
USE_KDE4= kdehier kdelibs kdeprefix automoc4
|
|
USE_QT4= designer gui webkit \
|
|
moc_build qmake_build rcc_build uic_build
|
|
USES= cmake tar:xz
|
|
|
|
.include <bsd.port.mk>
|