000f56e7dc
Update maintainer e-mail
33 lines
948 B
Makefile
33 lines
948 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/04/22 08:28:11 pin Exp $
|
|
|
|
DISTNAME= lximage-qt-0.14.1
|
|
PKGREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://downloads.lxqt.org/downloads/lximage-qt/0.14.1/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pin@NetBSD.org
|
|
HOMEPAGE= https://lxqt.org/
|
|
COMMENT= Image viewer and screenshot tool for the LXQt desktop
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_CMAKE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_DIRS= build
|
|
CMAKE_ARG_PATH= ..
|
|
|
|
pre-configure:
|
|
${MKDIR} -p ${WRKSRC}/build
|
|
|
|
TOOL_DEPENDS+= lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
|
|
TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
|
|
|
|
.include "../../x11/qt5-qtx11extras/buildlink3.mk"
|
|
.include "../../x11/libfm-qt/buildlink3.mk"
|
|
.include "../../x11/libXfixes/buildlink3.mk"
|
|
.include "../../x11/qt5-qtsvg/buildlink3.mk"
|
|
.include "../../graphics/libexif/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|