mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
62ede14c75
QT_PREFIX was a remnant of a bygone time. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8825
25 lines
520 B
Makefile
25 lines
520 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pixeltool
|
|
DISTVERSION= ${QT5_VERSION}
|
|
CATEGORIES= graphics
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt 5 screen magnifier
|
|
|
|
USE_QT5= core gui widgets buildtools_build
|
|
QT_DIST= tools
|
|
USES= qmake
|
|
|
|
# qt5logo.png is installed by qt5-widgets.
|
|
DESKTOP_ENTRIES="Qt 5 PixelTool" "" \
|
|
"${PREFIX}/share/pixmaps/qt5logo.png" \
|
|
"${PREFIX}/${QT_BINDIR_REL}/pixeltool" \
|
|
"Graphics;Qt;" true
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|