summaryrefslogtreecommitdiffstats
path: root/sysutils/pcbsd-utils-qt4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/pcbsd-utils-qt4/Makefile')
-rw-r--r--sysutils/pcbsd-utils-qt4/Makefile31
1 files changed, 7 insertions, 24 deletions
diff --git a/sysutils/pcbsd-utils-qt4/Makefile b/sysutils/pcbsd-utils-qt4/Makefile
index 73f8bbd..80dfeed 100644
--- a/sysutils/pcbsd-utils-qt4/Makefile
+++ b/sysutils/pcbsd-utils-qt4/Makefile
@@ -8,33 +8,23 @@ MASTER_SITES= http://www.pcbsd.org/~kris/software/ \
ftp://ftp.pcbsd.org/pub/software/
MAINTAINER= kmoore@FreeBSD.org
-COMMENT= PC-BSD QT4 Utilities
+COMMENT= PC-BSD Qt 4 Utilities
RUN_DEPENDS= pc-metapkgmanager:${PORTSDIR}/sysutils/pcbsd-utils
-LIB_DEPENDS= QtSolutions_SingleApplication-head.1:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication \
- curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication \
+ libcurl.so:${PORTSDIR}/ftp/curl
MAKE_JOBS_UNSAFE=yes
USE_CDRTOOLS= yes
USE_BZIP2= yes
USE_LDCONFIG= yes
-USE_QT4= accessible \
- clucene codecs-cn codecs-jp codecs-kr codecs-tw corelib \
- dbus declarative \
- graphicssystems-opengl gui help help-tools \
- iconengines imageformats inputmethods \
- linguist l10n makeqpf moc multimedia network opengl \
- pixeltool porting phonon phonon-gst \
- qdbusviewer qmlviewer qmake qtconfig qtestlib \
- qvfb rcc script scripttools \
- svg uic uic3 \
- xml xmlpatterns xmlpatterns-tool
+USE_QT4= corelib gui network svg \
+ moc_build rcc_build uic_build
+USES= qmake
WRKSRC= ${WRKDIR}/src-qt4
-HAS_CONFIGURE= yes
-QMAKE_PRO= src-qt4.pro
-QMAKE_ARGS= -recursive ${QMAKE_PRO}
+QMAKE_ARGS+= CONFIG+="configure"
.include <bsd.port.pre.mk>
@@ -42,11 +32,4 @@ QMAKE_ARGS= -recursive ${QMAKE_PRO}
IGNORE= requires FreeBSD 9.0 or later
.endif
-do-configure:
- @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${QMAKE} PREFIX=${PREFIX} -unix CONFIG+="configure" ${QMAKE_PRO}
-
-do-install:
- cd ${WRKSRC} && make install INSTALL_ROOT=${STAGEDIR}
-
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud