090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
37 lines
864 B
Makefile
37 lines
864 B
Makefile
# New ports collection makefile for: qscintilla2-designerplugin
|
|
# Date created: 2007-02-09
|
|
# Whom: Danny Pansters <danny@ricin.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= designerplugin
|
|
PORTVERSION= ${QSCI2_VERSION}
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITES_QSCI2}
|
|
|
|
PKGNAMEPREFIX= qscintilla2-
|
|
DISTNAME= ${QSCI2_DISTNAME}
|
|
|
|
MAINTAINER= ${PYQT_MAINTAINER}
|
|
COMMENT= Qt Designer plugin for QScintilla2 (Qt4)
|
|
|
|
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:
|
|
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
|
|
${QMAKE} -unix PREFIX=${PREFIX} designer.pro
|
|
|
|
.include <bsd.port.post.mk>
|