62f2a1028b
Somehow makc managed to put his address there. Approved by: makc (mentor)
16 lines
401 B
Makefile
16 lines
401 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kqtquickcharts
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= QtQuick plugin to render interactive charts
|
|
|
|
USE_KDE4= kdelibs kdeprefix automoc4
|
|
USES= cmake:outsource tar:xz
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|