freebsd-ports/devel/qscintilla2-designerplugin-qt5/Makefile
Mathieu Arnold 81a29ad38e Don't lie about having a configure script.
Reported by:	antoine
Sponsored by:	Absolight
2016-04-25 14:41:38 +00:00

25 lines
620 B
Makefile

# $FreeBSD$
PORTNAME= designerplugin-qt5
PORTVERSION= ${QSCI2_VERSION}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITES_QSCI2}
PKGNAMEPREFIX= qscintilla2-
DISTNAME= ${QSCI2_DISTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt5 Designer plugin for QScintilla2
LIB_DEPENDS= libqscintilla2-qt5.so:devel/qscintilla2-qt5
DISTINFO_FILE= ${.CURDIR:H}/qscintilla2-qt5/distinfo
USE_GL= gl
USES= qmake pyqt:5
USE_QT5= core designer printsupport gui widgets xml \
buildtools_build qmake_build
WRKSRC= ${WRKDIR}/${DISTNAME}/designer-Qt4Qt5
PLIST_FILES= %%QT_PLUGINDIR%%/designer/libqscintillaplugin.so
.include <bsd.port.mk>