freebsd-ports/graphics/kqtquickcharts/Makefile
Alonso Schaich 62f2a1028b graphics/kqtquickcharts: change maintainer to kde@
Somehow makc managed to put his address there.

Approved by:	makc (mentor)
2015-02-26 22:53:47 +00:00

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>