diff options
Diffstat (limited to 'net/qtella/Makefile')
-rw-r--r-- | net/qtella/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net/qtella/Makefile b/net/qtella/Makefile deleted file mode 100644 index e597fee1f9da..000000000000 --- a/net/qtella/Makefile +++ /dev/null @@ -1,31 +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.6.4 -PORTREVISION= 4 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= qtella - -MAINTAINER= seanc@FreeBSD.org -COMMENT= A Gnutella client using Qt - -HAS_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ARGS+= --with-qt-dir=${X11BASE} --with-qt-moc=${X11BASE}/bin -CONFIGURE_ENV+= LDFLAGS=-pthread CXXFLAGS="${CXXFLAGS} -pthread" - -USE_KDELIBS_VER=3 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" -.endif - -.include <bsd.port.post.mk> |