mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
32 lines
708 B
Makefile
32 lines
708 B
Makefile
# New ports collection makefile for: kwebkitpart
|
|
# Date created: 4 March 2010
|
|
# Whom: Alberto Villa <avilla@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kwebkitpart
|
|
PORTVERSION= 0.9.6.b1
|
|
PORTREVISION= 1
|
|
CATEGORIES= www kde
|
|
MASTER_SITES= http://opendesktop.org/CONTENT/content-files/
|
|
DISTNAME= 127960-${PORTNAME}-0.9.6
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Web browser component for KDE based on QtWebKit
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= designer webkit \
|
|
moc_build qmake_build rcc_build uic_build
|
|
MAKE_JOBS_SAFE= yes
|
|
USE_CMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-0.9.6
|
|
|
|
post-install:
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|