beb30fcecc
This is the LXQt notification daemon and library. (Packaged in wip by pin@, final review by myself.)
28 lines
738 B
Makefile
28 lines
738 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/04/25 16:20:02 gutteridge Exp $
|
|
|
|
DISTNAME= lxqt-notificationd-0.14.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-notificationd/0.14.1/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://lxqt.org/
|
|
COMMENT= Notification daemon and library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
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-qtbase/buildlink3.mk"
|
|
.include "../../x11/liblxqt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|