diff options
Diffstat (limited to 'net/dctc-gui-qt')
-rw-r--r-- | net/dctc-gui-qt/Makefile | 81 | ||||
-rw-r--r-- | net/dctc-gui-qt/distinfo | 3 | ||||
-rw-r--r-- | net/dctc-gui-qt/pkg-descr | 3 |
3 files changed, 0 insertions, 87 deletions
diff --git a/net/dctc-gui-qt/Makefile b/net/dctc-gui-qt/Makefile deleted file mode 100644 index 1bace60fd4ef..000000000000 --- a/net/dctc-gui-qt/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: dctc qt gui -# Date created: Sun Jul 28 7:00:43 UTC 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= dctc -PORTVERSION= 0.1.2 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= dc-qt -PKGNAMESUFFIX= -gui-qt -DISTNAME= dc-qt-${PORTVERSION} - -MAINTAINER= lioux@FreeBSD.org -COMMENT= A Qt GUI for the Direct Connect (TM) dctc text client - -RUN_DEPENDS= dctc:${PORTSDIR}/net/dctc - -USE_QT_VER= 3 -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" -PLIST_FILES= bin/dc_qt - -OPTIONS= XINE "Enable support for video preview using libxine" off - -XINE_CONFIG?= ${X11BASE}/bin/xine-config - -.ifndef(NOPORTDOCS) -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} - -PORTDOCS= \ - about.html \ - advanced.html \ - basic.html \ - config.html \ - connect.html \ - index.html \ - logo.png \ - mainwindow.png \ - searchdl.html -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" -.endif - -# with xine preview support -.ifdef(WITH_XINE) -LIB_DEPENDS+= xine:${PORTSDIR}/multimedia/libxine -CONFIGURE_ENV+= XINE_CONFIG=${XINE_CONFIG} -.else -CONFIGURE_ARGS+= --disable-preview -.endif - -post-patch: - @${REINPLACE_CMD} -E \ - -e 's|(HUBLIST[[:space:]]*=[[:space:]]*")hublist"|\1dc_hublist"|' \ - ${WRKSRC}/src/dc_hub.cc -.ifdef(NOPORTDOCS) - @${REINPLACE_CMD} -E \ - -e 's|^(SUBDIRS).+$$|\1=|' \ - ${WRKSRC}/src/Makefile.in -.else - @${REINPLACE_CMD} -E \ - -e 's|^(pkgdatadir).+$$|\1=${DOCSDIR}|' \ - ${WRKSRC}/src/doc/Makefile.in -.endif - -post-configure: -# uphold CC/CXX/CFLAGS - @${REINPLACE_CMD} -E \ - -e 's|^(CXXFLAGS.+)$$|\1 ${CXXFLAGS}|' \ - ${WRKSRC}/Makefile \ - ${WRKSRC}/src/Makefile - -.include <bsd.port.post.mk> diff --git a/net/dctc-gui-qt/distinfo b/net/dctc-gui-qt/distinfo deleted file mode 100644 index 901689913962..000000000000 --- a/net/dctc-gui-qt/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dc-qt-0.1.2.tar.gz) = 2653c020cd2cc3957d35f2c1e77b4d46 -SHA256 (dc-qt-0.1.2.tar.gz) = de54b1833fb2b984f3ad93b80b1862624046294f2aab9083920c63ce7b46493b -SIZE (dc-qt-0.1.2.tar.gz) = 349695 diff --git a/net/dctc-gui-qt/pkg-descr b/net/dctc-gui-qt/pkg-descr deleted file mode 100644 index b2bbd6979dd6..000000000000 --- a/net/dctc-gui-qt/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A Qt GUI for the Direct Connect (TM) dctc text client. - -WWW: http://sourceforge.net/projects/dc-qt/ |