dc9be78df4
v2.8.4 11th September 2014 - Added setHotspotForegroundColor(), resetHotspotForegroundColor(), setHotspotBackgroundColor(), resetHotspotBackgroundColor(), setHotspotUnderline() and setHotspotWrap() to QsciScintilla. - Added SCI_SETHOTSPOTSINGLELINE to QsciScintillaBase. - Bug fixes.
20 lines
574 B
Text
20 lines
574 B
Text
# $NetBSD: Makefile.common,v 1.2 2014/12/30 14:40:30 wiz Exp $
|
|
#
|
|
# used by x11/qt4-qscintilla/Makefile
|
|
# used by x11/py-qt4-qscintilla/Makefile
|
|
|
|
DISTNAME= QScintilla-gpl-2.8.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyqt/}
|
|
|
|
MAINTAINER= helgoman@users.sourceforge.net
|
|
HOMEPAGE= http://www.riverbankcomputing.co.uk/software/qscintilla/intro
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c++
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../x11/qt4-qscintilla/distinfo
|
|
#PATCHDIR= ${.CURDIR}/../../x11/qt4-qscintilla/patches
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|