diff options
Diffstat (limited to 'devel/qt4-assistant-adp')
-rw-r--r-- | devel/qt4-assistant-adp/Makefile | 37 | ||||
-rw-r--r-- | devel/qt4-assistant-adp/distinfo | 2 | ||||
-rw-r--r-- | devel/qt4-assistant-adp/files/patch-compat.pro | 18 |
3 files changed, 0 insertions, 57 deletions
diff --git a/devel/qt4-assistant-adp/Makefile b/devel/qt4-assistant-adp/Makefile deleted file mode 100644 index 2be17fecc50b..000000000000 --- a/devel/qt4-assistant-adp/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: lofi@FreeBSD.org -# $FreeBSD$ - -PORTNAME= assistant -PORTVERSION= 4.6.3 -PORTREVISION= 3 -CATEGORIES= devel -MASTER_SITES= QT -PKGNAMEPREFIX= qt4- -PKGNAMESUFFIX= -adp -DISTNAME= qt-assistant-qassistantclient-library-compat-src-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Qt *.adp-compatible documentation browser - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES= compiler:c++11-lang qmake qt:4 -USE_QT= moc_build rcc_build uic_build corelib \ - gui network xml doc dbus -QMAKE_ARGS= QT_CONFIG+="dbus" QT_PRODUCT="OpenSource" - -ALL_TARGET= first - -DESCR= ${.CURDIR:H:H}/devel/qt4/pkg-descr - -WRKSRC= ${WRKDIR}/${DISTNAME:C/src/version/} - -PLIST_FILES= bin/assistant_adp - -pre-configure: - ${REINPLACE_CMD} -e 's|$$$$\[QT_INSTALL_BINS]|${PREFIX}/bin|g' \ - ${WRKSRC}/compat.pro - -.include <bsd.port.mk> diff --git a/devel/qt4-assistant-adp/distinfo b/devel/qt4-assistant-adp/distinfo deleted file mode 100644 index 4df6d7db0dc5..000000000000 --- a/devel/qt4-assistant-adp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz) = e698be8fc0d32c5f0b5b46cafcb8f615accaed524b864e58b99b64b7b5549c2d -SIZE (KDE/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz) = 329896 diff --git a/devel/qt4-assistant-adp/files/patch-compat.pro b/devel/qt4-assistant-adp/files/patch-compat.pro deleted file mode 100644 index 0b0d324e04a3..000000000000 --- a/devel/qt4-assistant-adp/files/patch-compat.pro +++ /dev/null @@ -1,18 +0,0 @@ ---- ./compat.pro.orig 2010-08-12 11:50:10.000000000 -0400 -+++ ./compat.pro 2010-08-12 11:52:50.000000000 -0400 -@@ -66,8 +66,6 @@ - translations/assistant_adp_zh_CN.ts \ - translations/assistant_adp_zh_TW.ts - --unix:!contains(QT_CONFIG, zlib):LIBS += -lz -- - contains(CONFIG, static): { - win32 { - exists($$[QT_INSTALL_PLUGINS]/imageformats/qjpeg.lib) { -@@ -81,3 +79,6 @@ - } - } - } -+ -+target.path = $$[QT_INSTALL_BINS] -+INSTALLS += target |