summaryrefslogtreecommitdiff
path: root/net-p2p/dctc-gui-qt/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-01 07:35:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-01 07:35:46 +0000
commitc993547647ade192de588d835170899ea69750fa (patch)
tree1066049488d0de8086aaf3e233ead12bf19d5d4e /net-p2p/dctc-gui-qt/Makefile
parent- Update to 0.12.17 (diff)
2011-11-01 games/phpua-ut2003: depends on phpua-engine
2011-11-01 games/phpua-engine: apache13 is deprecated, migrate to 2.2.x+ now 2011-11-01 games/phpua-hl: depends on phpua-engine 2011-11-01 games/phpua-ut: depends on phpua-engine 2011-11-01 games/phpua-cod: depends on phpua-engine 2011-11-01 games/uox3: No more public distfiles 2011-11-01 games/phpua-q3: depends on phpua-engine 2011-11-01 games/phpua-bf: depends on phpua-engine 2011-10-30 graphics/kallery: does not build; last release 20010511 2011-10-28 graphics/gtksee: depends on unfetchable port archivers/bzip; last release 2004 2011-11-01 mail/mailscanner-mrtg: apache13 is deprecated, migrate to 2.2.x+ now 2011-10-31 net-p2p/qbittorrent-28-nox11: Please migrate to net-p2p/qbittorrent-29 2011-10-31 net-p2p/qbittorrent-28: Please migrate to net-p2p/qbittorrent-29 2011-10-31 net-p2p/dctc-gui-qt No more public distfiles 2011-10-31 net-p2p/dctc-gui No more public distfiles 2011-09-01 net-p2p/dctc: No more public distfiles 2011-11-01 www/slash: apache13 is deprecated, migrate to 2.2.x+ now 2011-11-01 databases/maatkit: Upstream support dropped. Please consider using databases/percona-toolkit 2011-11-01 databases/mysqlman: apache13 is deprecated, migrate to 2.2.x+ now 2011-11-01 databases/mysql-editor: apache13 is deprecated, migrate to 2.2.x+ now 2011-09-30 databases/gnats: Security issues
Notes
Notes: svn path=/head/; revision=284829
Diffstat (limited to 'net-p2p/dctc-gui-qt/Makefile')
-rw-r--r--net-p2p/dctc-gui-qt/Makefile76
1 files changed, 0 insertions, 76 deletions
diff --git a/net-p2p/dctc-gui-qt/Makefile b/net-p2p/dctc-gui-qt/Makefile
deleted file mode 100644
index e51d54af9142..000000000000
--- a/net-p2p/dctc-gui-qt/Makefile
+++ /dev/null
@@ -1,76 +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
-PORTREVISION= 7
-CATEGORIES= net-p2p
-MASTER_SITES= SF/dc-qt/dc-qt/${PORTVERSION}
-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-p2p/dctc
-
-USE_QT_VER= 3
-GNU_CONFIGURE= yes
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-PLIST_FILES= bin/dc_qt
-
-OPTIONS= XINE "Enable support for video preview using libxine" off
-
-XINE_CONFIG?= ${LOCALBASE}/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>
-
-# 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>