aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/qtfm
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-11-22 12:55:00 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-11-22 12:55:00 +0000
commit5898d7df5c5c0c4c33faa934a38001e755f6d900 (patch)
treeedc1328e7d68e649db202ae07c396b88869f73de /x11-fm/qtfm
parent14b67ba33b83fe27381b6547b20370f812a4da0f (diff)
downloadports-5898d7df5c5c0c4c33faa934a38001e755f6d900.tar.gz
ports-5898d7df5c5c0c4c33faa934a38001e755f6d900.zip
- Convert to USES=qmake (and other USES while I'm here)
- Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
Notes
Notes: svn path=/head/; revision=334586
Diffstat (limited to 'x11-fm/qtfm')
-rw-r--r--x11-fm/qtfm/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-fm/qtfm/Makefile b/x11-fm/qtfm/Makefile
index 73087adbaacf..05d4ee7712af 100644
--- a/x11-fm/qtfm/Makefile
+++ b/x11-fm/qtfm/Makefile
@@ -7,17 +7,16 @@ CATEGORIES= x11-fm
MASTER_SITES= http://www.qtfm.org/
MAINTAINER= lichray@gmail.com
-COMMENT= A small, lightweight file manager based on pure Qt
+COMMENT= Small, lightweight file manager based on pure Qt
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USE_DOS2UNIX= yes
+USES= dos2unix qmake
DOS2UNIX_REGEX= .*\.(h|cpp)
-USE_QT4= gui network qmake_build moc_build rcc_build \
+USE_QT4= gui network moc_build rcc_build \
imageformats_run
-NO_STAGE= yes
# Override -A option:
FETCH_ARGS= -Fpr
@@ -32,10 +31,6 @@ post-patch:
${REINPLACE_CMD} -e s@/usr/@${LOCALBASE}/@g \
icondlg.cpp mainwindow.cpp mymodel.cpp
-do-configure:
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} \
- ${QMAKEFLAGS} qtfm.pro
-
post-install:
${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,}