freebsd-ports/net-p2p/qtella/Makefile
Beat Gaetzi 8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00

32 lines
723 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.7.0
PORTREVISION= 10
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Gnutella client using Qt
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
vorbis.4:${PORTSDIR}/audio/libvorbis
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
USE_KDELIBS_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE} \
--with-id3-dir=${LOCALBASE}
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
QTCFGLIBS+= ${PTHREAD_LIBS}
.include <bsd.port.mk>