aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/qtella/Makefile
blob: 92064e056556bff01dd5d0063dd719824eb78106 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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=   7
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

USE_KDELIBS_VER=    3
USE_GNOME=  gnometarget
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>