aboutsummaryrefslogtreecommitdiff
path: root/devel/qscintilla2-designerplugin/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-20 12:40:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-20 12:40:56 +0000
commit065479cdf29054505ce7dd02a438bc8792e55663 (patch)
tree68843de492759b717cdc676835045eb4e6cbf768 /devel/qscintilla2-designerplugin/Makefile
parent6b2bffe139b4a56facf13ee453a24c9ca1ba6d9d (diff)
downloadports-065479cdf29054505ce7dd02a438bc8792e55663.tar.gz
ports-065479cdf29054505ce7dd02a438bc8792e55663.zip
- Update to 2.2
- Use bsd.pyqt.mk Submitted by: Danny Pansters <danny@ricin.com> (maintainer via private mail)
Notes
Notes: svn path=/head/; revision=209438
Diffstat (limited to 'devel/qscintilla2-designerplugin/Makefile')
-rw-r--r--devel/qscintilla2-designerplugin/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/devel/qscintilla2-designerplugin/Makefile b/devel/qscintilla2-designerplugin/Makefile
index e4b855e05b7a..6e00b515fc6e 100644
--- a/devel/qscintilla2-designerplugin/Makefile
+++ b/devel/qscintilla2-designerplugin/Makefile
@@ -5,26 +5,29 @@
# $FreeBSD$
PORTNAME= designerplugin
-PORTVERSION= 2.1
+PORTVERSION= ${QSCI2_VERSION}
PORTEPOCH= 1
PORTREVISION= # zero
+
CATEGORIES= devel
-MASTER_SITES= http://www.riverbankcomputing.com/Downloads/QScintilla2/ \
- http://freebsd.ricin.com/ports/distfiles/
+MASTER_SITES= ${MASTER_SITES_QSCI2}
+
PKGNAMEPREFIX= qscintilla2-
-DISTNAME= QScintilla-1.73-gpl-${PORTVERSION}
+DISTNAME= ${QSCI2_DISTNAME}
-MAINTAINER= danny@ricin.com
+MAINTAINER= ${PYQT_MAINTAINER}
COMMENT= Qt Designer plugin for QScintilla2 (Qt4)
-LIB_DEPENDS= qscintilla2.2:${PORTSDIR}/devel/qscintilla2
+LIB_DEPENDS= qscintilla2.3:${PORTSDIR}/devel/qscintilla2
USE_QT_VER= 4
QT_COMPONENTS= qmake moc gui xml designer
HAS_CONFIGURE= yes
+USE_LDCONFIG= ${PREFIX}/lib/qt4/plugins/designer
WRKSRC= ${WRKDIR}/${DISTNAME}/designer-Qt4
+.include "../py-sip/files/bsd.pyqt.mk"
.include <bsd.port.pre.mk>
do-configure: