aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/qtfm
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-11-22 20:55:00 +0800
committermakc <makc@FreeBSD.org>2013-11-22 20:55:00 +0800
commit612bc3c9c8698b6a8cdbb965267678a0ac829218 (patch)
treeedc1328e7d68e649db202ae07c396b88869f73de /x11-fm/qtfm
parent83574ff9450fce1ff644a38992000262dfd6586b (diff)
downloadfreebsd-ports-gnome-612bc3c9c8698b6a8cdbb965267678a0ac829218.tar.gz
freebsd-ports-gnome-612bc3c9c8698b6a8cdbb965267678a0ac829218.tar.zst
freebsd-ports-gnome-612bc3c9c8698b6a8cdbb965267678a0ac829218.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)
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}/,}