diff options
author | seanc <seanc@FreeBSD.org> | 2003-12-14 13:02:01 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-12-14 13:02:01 +0000 |
commit | 33de0d265339ffff59a4234b226211c93b639460 (patch) | |
tree | cf737f6d3410b8fb1d18f7e82fc20da24c594ca4 /net/qtella | |
parent | fb65e97f1a6b03b218febf5fe8291c2ad587ad5d (diff) | |
download | FreeBSD-ports-33de0d265339ffff59a4234b226211c93b639460.zip FreeBSD-ports-33de0d265339ffff59a4234b226211c93b639460.tar.gz |
Re-add net/qtella now that it compiles out of the box w/o patches on
-CURRENT. As a perk, it even seems to function too... how novel.
Assume maintainership for the first month or so before probably handing it
back to the previous janitor for safe keeping as his patches slipped
through the cracks but wound their way back into the qtella tree.
Diffstat (limited to 'net/qtella')
-rw-r--r-- | net/qtella/Makefile | 24 | ||||
-rw-r--r-- | net/qtella/distinfo | 1 | ||||
-rw-r--r-- | net/qtella/pkg-descr | 6 | ||||
-rw-r--r-- | net/qtella/pkg-plist | 21 |
4 files changed, 52 insertions, 0 deletions
diff --git a/net/qtella/Makefile b/net/qtella/Makefile new file mode 100644 index 0000000..46583b5 --- /dev/null +++ b/net/qtella/Makefile @@ -0,0 +1,24 @@ +# 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 +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.mk> diff --git a/net/qtella/distinfo b/net/qtella/distinfo new file mode 100644 index 0000000..6e0b18b --- /dev/null +++ b/net/qtella/distinfo @@ -0,0 +1 @@ +MD5 (qtella-0.6.4.tar.gz) = 64504b71f8aa73e0f868f092d0656fdc diff --git a/net/qtella/pkg-descr b/net/qtella/pkg-descr new file mode 100644 index 0000000..5ac1b1b --- /dev/null +++ b/net/qtella/pkg-descr @@ -0,0 +1,6 @@ +A Gnutella client using Qt. + +WWW: http://qtella.sourceforge.net + +- Jon Belson +jon@witchspace.com diff --git a/net/qtella/pkg-plist b/net/qtella/pkg-plist new file mode 100644 index 0000000..9367bb3 --- /dev/null +++ b/net/qtella/pkg-plist @@ -0,0 +1,21 @@ +bin/qtella +share/qtella/pixmaps/p2p.xpm +share/qtella/pixmaps/down_icon.png +share/qtella/pixmaps/flash_icon.png +share/qtella/pixmaps/help_icon.png +share/qtella/pixmaps/interrupt_icon.png +share/qtella/pixmaps/lens_icon.png +share/qtella/pixmaps/shared_icon.png +share/qtella/pixmaps/stats_icon.png +share/qtella/pixmaps/up_icon.png +share/qtella/pixmaps/ball_d.xpm +share/qtella/pixmaps/ball_g.xpm +share/qtella/pixmaps/ball_r.xpm +share/qtella/pixmaps/ball_y.xpm +share/qtella/pixmaps/gsmile.xpm +share/qtella/pixmaps/remove.xpm +share/qtella/pixmaps/removeresearch.xpm +share/qtella/pixmaps/research.xpm +share/qtella/pixmaps/smile.xpm +@dirrm share/qtella/pixmaps +@dirrm share/qtella |