1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/x11-toolkits/qt5-canvas3d/Makefile
2017-01-21 14:41:09 +00:00

18 lines
316 B
Makefile

# $FreeBSD$
PORTNAME= canvas3d
DISTVERSION= ${QT5_VERSION}
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt canvas3d module
USE_QT5= core gui network qml quick buildtools_build
QT_DIST= ${PORTNAME}
USES= qmake
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>