blob: 1f55005c18deb69a8f48e9dd1c9161a3d776de1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile.common,v 1.2 2020/06/29 13:25:57 adam Exp $
#
# used by x11/qt5-qscintilla/Makefile
# used by x11/py-qt5-qscintilla/Makefile
DISTNAME= QScintilla-2.11.5
CATEGORIES= x11
MASTER_SITES= https://www.riverbankcomputing.com/static/Downloads/QScintilla/${PKGVERSION_NOREV}/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://riverbankcomputing.com/software/qscintilla/intro
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c++
USE_LIBTOOL= yes
DISTINFO_FILE= ${.CURDIR}/../../x11/qt5-qscintilla/distinfo
PATCHDIR= ${.CURDIR}/../../x11/qt5-qscintilla/patches
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
.include "../../x11/qt5-qtmacextras/buildlink3.mk"
.endif
.include "../../x11/qt5-qtbase/buildlink3.mk"
|