freebsd-ports/net/qtella/Makefile
Sean Chittenden e615260c29 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.
2003-12-14 13:02:01 +00:00

24 lines
564 B
Makefile

# 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>