25 lines
728 B
Text
25 lines
728 B
Text
# $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"
|