1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Add LICENSE

- Add missing Qt depend
- Silence patching
This commit is contained in:
Dmitry Marakasov 2017-07-03 12:58:53 +00:00
parent 6de739ddeb
commit 0073c5eb1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444945

View File

@ -11,9 +11,12 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Development environment entirely dedicated to Qt 4
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/copying
RUN_DEPENDS= exctags:devel/ctags
USE_QT4= gui sql network xml designer sql-sqlite3_run \
USE_QT4= corelib gui sql network xml designer sql-sqlite3_run \
moc_build uic_build rcc_build
USES= qmake
@ -42,9 +45,9 @@ post-patch:
-e "s|\"/usr/bin/make\"|\"${LOCALBASE}/bin/gmake\"|g" \
-e "s|\"/usr/bin/ctags\"|\"${LOCALBASE}/bin/exctags\"|g" \
${WRKSRC}/src/toolscontrolimpl.cpp
${REINPLACE_CMD} -e "/target.path/s|/usr/bin/|${PREFIX}/bin|g" \
@${REINPLACE_CMD} -e "/target.path/s|/usr/bin/|${PREFIX}/bin|g" \
${WRKSRC}/QDevelop.pro
${REINPLACE_CMD} -e "s,lib/qdevelop/translations,${DATADIR_REL}/translations,g" \
@${REINPLACE_CMD} -e "s,lib/qdevelop/translations,${DATADIR_REL}/translations,g" \
${WRKSRC}/src/main.cpp \
${WRKSRC}/plugins/tools-regexp-planner/replugin.cpp \
${WRKSRC}/plugins/formatting-astyle/astyleplugin.cpp