diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-22 12:54:48 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-22 12:54:48 +0000 |
commit | ec436c34ca23fe32b81651af6901d2125ea3c1d4 (patch) | |
tree | 381a131de7ac4a334193881135c6506a6d9379d7 /graphics/tiled | |
parent | 9f86ec0c8edd9612d80685d0a152b4dde6d9d00a (diff) |
Notes
Diffstat (limited to 'graphics/tiled')
-rw-r--r-- | graphics/tiled/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile index eec24c508f6f..59e145f010da 100644 --- a/graphics/tiled/Makefile +++ b/graphics/tiled/Makefile @@ -10,10 +10,10 @@ DISTNAME= tiled-qt-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= General purpose tile map editor +USES= qmake USE_QT4= corelib gui opengl \ - linguist_build qmake_build moc_build uic_build rcc_build + linguist_build moc_build uic_build rcc_build USE_LDCONFIG= yes -DESTDIRNAME= INSTALL_ROOT PORTDOCS= * @@ -30,10 +30,6 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' ${WRKSRC}/docs/tiled.desktop @${FIND} ${WRKSRC} -name "*.pro" -exec ${REINPLACE_CMD} -e 's|share/man|man|' {} \; -do-configure: - cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} PREFIX="${PREFIX}" tiled.pro - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ |