diff options
author | kris <kris@FreeBSD.org> | 2003-08-08 11:54:51 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-08 11:54:51 +0800 |
commit | 6c0be5e50fdecbabcb00ffb5a89e36352194b570 (patch) | |
tree | ee0f2b6155642ee4d7f53a58be4b0457a2880e97 /net/qtella/Makefile | |
parent | 2517f1a807eec497602cf28677e467be1b147570 (diff) | |
download | freebsd-ports-gnome-6c0be5e50fdecbabcb00ffb5a89e36352194b570.tar.gz freebsd-ports-gnome-6c0be5e50fdecbabcb00ffb5a89e36352194b570.tar.zst freebsd-ports-gnome-6c0be5e50fdecbabcb00ffb5a89e36352194b570.zip |
As announced on May 6, remove the broken net/qtella port.
Diffstat (limited to 'net/qtella/Makefile')
-rw-r--r-- | net/qtella/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net/qtella/Makefile b/net/qtella/Makefile deleted file mode 100644 index 88d6240f8886..000000000000 --- a/net/qtella/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: qtella -# Date created: Sunday September 2nd, 2001 -# Whom: Jonathan Belson (jon@witchspace.com) -# -# $FreeBSD$ -# - -PORTNAME= qtella -PORTVERSION= 0.5.4 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= qtella - -MAINTAINER= jon@witchspace.com -COMMENT= A Gnutella client using Qt - -BROKEN= "Does not compile" - -HAS_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ARGS+= --with-qt-dir=${X11BASE} --with-qt-moc=${X11BASE}/bin -CONFIGURE_ENV+= LDFLAGS=-pthread CXXFLAGS="${CXXFLAGS} -pthread" -MAKE_ARGS+= -j2 - -USE_KDELIBS_VER=3 - -.include <bsd.port.mk> |