aboutsummaryrefslogtreecommitdiff
path: root/net/vyqchat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/vyqchat/Makefile')
-rw-r--r--net/vyqchat/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/net/vyqchat/Makefile b/net/vyqchat/Makefile
deleted file mode 100644
index 24825c53a88f..000000000000
--- a/net/vyqchat/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: vyqchat
-# Date created: 25 August 2005
-# Whom: vic_semionov
-#
-# $FreeBSD$
-#
-
-PORTNAME= vyqchat
-PORTVERSION= 0.2.9
-CATEGORIES= net
-MASTER_SITES= http://www.linux-projects.net/d/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Qt LAN chat, compatible with Vypress Chat
-
-BROKEN= unfetchable
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-USE_QT_VER= 3
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-Qt-dir=${QT_PREFIX}
-
-QTCFGLIBS= ${PTHREAD_LIBS}
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_ARTS)
-LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts
-.else
-CONFIGURE_ARGS+=--without-arts
-.endif
-
-.if defined(WITH_LIBAO)
-LIB_DEPENDS+= ao:${PORTSDIR}/audio/libao
-.else
-CONFIGURE_ARGS+=--without-libao
-.endif
-
-.if !defined(WITHOUT_ARTS) || defined(WITH_LIBAO)
-LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/libsndfile
-.endif
-
-.include <bsd.port.post.mk>