4e3b1b97c2
recursive bump for the dependency change
36 lines
920 B
Makefile
36 lines
920 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/03/10 22:11:20 wiz Exp $
|
|
|
|
DISTNAME= qtermwidget-0.14.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= https://downloads.lxqt.org/downloads/qtermwidget/0.14.1/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= voidpin@protonmail.com
|
|
HOMEPAGE= https://lxqt.org/
|
|
COMMENT= Terminal emulator widget for Qt5
|
|
LICENSE= gnu-lgpl-v2.1 AND modified-bsd
|
|
|
|
USE_CMAKE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_DIRS= build
|
|
CMAKE_ARG_PATH= ..
|
|
|
|
LDFLAGS.NetBSD+= -lutil
|
|
|
|
SUBST_CLASSES+= prefix
|
|
SUBST_MESSAGE.prefix= Fixing paths.
|
|
SUBST_STAGE.prefix= pre-configure
|
|
SUBST_FILES.prefix= lib/qtermwidget.cpp
|
|
SUBST_SED.prefix= -e 's,/usr/share,${PREFIX}/share,g'
|
|
|
|
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-qtbase/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|